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. |
AttributeKey
Optional
public object AttributeKey { get; set; }
- Type: object
AttributeValue
Optional
public object AttributeValue { get; set; }
- Type: object