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. |
ImageId
Required
public object ImageId { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object