RosCatalogProps
Properties for defining a RosCatalog.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dlf-catalog
Initializer
using AlibabaCloud.SDK.ROS.CDK.Dlf;
new RosCatalogProps {
object CatalogId,
object Description = null,
object LocationUri = null,
object Owner = null
};
Properties
| Name | Type | Description |
|---|---|---|
CatalogId |
object |
No description. |
Description |
object |
No description. |
LocationUri |
object |
No description. |
Owner |
object |
No description. |
CatalogIdRequired
public object CatalogId { get; set; }
- Type: object
DescriptionOptional
public object Description { get; set; }
- Type: object
LocationUriOptional
public object LocationUri { get; set; }
- Type: object
OwnerOptional
public object Owner { get; set; }
- Type: object