Skip to content

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.

DimensionKeyRequired

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

DimensionValueRequired

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