Uses of Class
com.tencentcloudapi.tcbr.v20220217.models.EnvInfo
-
Packages that use EnvInfo Package Description com.tencentcloudapi.tcbr.v20220217.models -
-
Uses of EnvInfo in com.tencentcloudapi.tcbr.v20220217.models
Methods in com.tencentcloudapi.tcbr.v20220217.models that return EnvInfo Modifier and Type Method Description EnvInfo[]DescribeCloudRunEnvsResponse. getEnvList()Get 环境信息列表Methods in com.tencentcloudapi.tcbr.v20220217.models with parameters of type EnvInfo Modifier and Type Method Description voidDescribeCloudRunEnvsResponse. setEnvList(EnvInfo[] EnvList)Set 环境信息列表Constructors in com.tencentcloudapi.tcbr.v20220217.models with parameters of type EnvInfo Constructor Description EnvInfo(EnvInfo 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.
-