Skip to content

VariablesProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Devops;
new VariablesProperty {
    object IsEncrypted,
    object Name,
    object Value
};

Properties

Name Type Description
IsEncrypted object No description.
Name object No description.
Value object No description.

IsEncryptedRequired

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

NameRequired

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

ValueRequired

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