Skip to content

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.

FieldRefFieldPathOptional

public object FieldRefFieldPath { get; set; }
  • Type: object

KeyOptional

public object Key { get; set; }
  • Type: object

ValueOptional

public object Value { get; set; }
  • Type: object