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