Skip to content

ExtAttributesProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Alb;
new ExtAttributesProperty {
    object AttributeKey = null,
    object AttributeValue = null
};

Properties

Name Type Description
AttributeKey object No description.
AttributeValue object No description.

AttributeKeyOptional

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

AttributeValueOptional

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