Skip to content

TemplateTagsProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new TemplateTagsProperty {
    object Key = null,
    object Value = null
};

Properties

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

KeyOptional

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

ValueOptional

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