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. |
Key
Required
public object Key { get; set; }
- Type: object
Value
Required
public object Value { get; set; }
- Type: object