DimensionsProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ess;
new DimensionsProperty {
object DimensionKey,
object DimensionValue
};
Properties
Name | Type | Description |
---|---|---|
DimensionKey |
object |
No description. |
DimensionValue |
object |
No description. |
DimensionKey
Required
public object DimensionKey { get; set; }
- Type: object
DimensionValue
Required
public object DimensionValue { get; set; }
- Type: object