Uses of Class
com.tencentcloudapi.scf.v20180416.models.Variable
-
Packages that use Variable Package Description com.tencentcloudapi.scf.v20180416.models -
-
Uses of Variable in com.tencentcloudapi.scf.v20180416.models
Methods in com.tencentcloudapi.scf.v20180416.models that return Variable Modifier and Type Method Description Variable[]Environment. getVariables()Get 环境变量数组Methods in com.tencentcloudapi.scf.v20180416.models with parameters of type Variable Modifier and Type Method Description voidEnvironment. setVariables(Variable[] Variables)Set 环境变量数组Constructors in com.tencentcloudapi.scf.v20180416.models with parameters of type Variable Constructor Description Variable(Variable 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.
-