Skip to content

TagsProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cddc;
new TagsProperty {
    object TagKey = null,
    object TagValue = null
};

Properties

Name Type Description
TagKey object No description.
TagValue object No description.

TagKeyOptional

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

TagValueOptional

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