AddonsProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ehpc;
new AddonsProperty {
object Name,
object Version,
object ResourcesSpec = null,
object ServicesSpec = null
};
Properties
| Name | Type | Description |
|---|---|---|
Name |
object |
No description. |
Version |
object |
No description. |
ResourcesSpec |
object |
No description. |
ServicesSpec |
object |
No description. |
NameRequired
public object Name { get; set; }
- Type: object
VersionRequired
public object Version { get; set; }
- Type: object
ResourcesSpecOptional
public object ResourcesSpec { get; set; }
- Type: object
ServicesSpecOptional
public object ServicesSpec { get; set; }
- Type: object