Skip to content

AnnotationsProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Sls;
new AnnotationsProperty {
    object Key,
    object Value
};

Properties

Name Type Description
Key object No description.
Value object No description.

KeyRequired

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

ValueRequired

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