RuntimeProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cs;
new RuntimeProperty {
object Name,
object Version = null
};
Properties
Name | Type | Description |
---|---|---|
Name |
object |
No description. |
Version |
object |
No description. |
Name
Required
public object Name { get; set; }
- Type: object
Version
Optional
public object Version { get; set; }
- Type: object