RosImagesProps
Properties for defining a RosImages.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cloudphone-images
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cloudphone;
new RosImagesProps {
object ImageCategory = null,
object ImageId = null,
object ImageName = null,
object RefreshOptions = null
};
Properties
| Name | Type | Description |
|---|---|---|
ImageCategory |
object |
No description. |
ImageId |
object |
No description. |
ImageName |
object |
No description. |
RefreshOptions |
object |
No description. |
ImageCategoryOptional
public object ImageCategory { get; set; }
- Type: object
ImageIdOptional
public object ImageId { get; set; }
- Type: object
ImageNameOptional
public object ImageName { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object