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