RosImageProps
Properties for defining a RosImage.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudphone-image
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cloudphone;
new RosImageProps {
    object InstanceId,
    object Description = null,
    object ImageName = null
};
Properties
| Name | Type | Description | 
|---|---|---|
| InstanceId | object | No description. | 
| Description | object | No description. | 
| ImageName | object | No description. | 
InstanceIdRequired 
public object InstanceId { get; set; }
- Type: object
DescriptionOptional 
public object Description { get; set; }
- Type: object
ImageNameOptional 
public object ImageName { get; set; }
- Type: object