Uses of Class
com.tencentcloudapi.wedata.v20210820.models.FunctionResource
-
Packages that use FunctionResource Package Description com.tencentcloudapi.wedata.v20210820.models -
-
Uses of FunctionResource in com.tencentcloudapi.wedata.v20210820.models
Methods in com.tencentcloudapi.wedata.v20210820.models that return FunctionResource Modifier and Type Method Description FunctionResource[]SaveCustomFunctionRequest. getResourceList()Get 资源列表Methods in com.tencentcloudapi.wedata.v20210820.models with parameters of type FunctionResource Modifier and Type Method Description voidSaveCustomFunctionRequest. setResourceList(FunctionResource[] ResourceList)Set 资源列表Constructors in com.tencentcloudapi.wedata.v20210820.models with parameters of type FunctionResource Constructor Description FunctionResource(FunctionResource source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-