EnvironmentVarProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Eci;
new EnvironmentVarProperty {
object FieldRefFieldPath = null,
object Key = null,
object Value = null
};
Properties
Name | Type | Description |
---|---|---|
FieldRefFieldPath |
object |
No description. |
Key |
object |
No description. |
Value |
object |
No description. |
FieldRefFieldPath
Optional
public object FieldRefFieldPath { get; set; }
- Type: object
Key
Optional
public object Key { get; set; }
- Type: object
Value
Optional
public object Value { get; set; }
- Type: object