RosRepositoriesProps
Properties for defining a RosRepositories
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cr-repositories
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cr;
new RosRepositoriesProps {
object RefreshOptions = null,
object RepoNamespace = null,
object Status = null
};
Properties
Name | Type | Description |
---|---|---|
RefreshOptions |
object |
No description. |
RepoNamespace |
object |
No description. |
Status |
object |
No description. |
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
RepoNamespace
Optional
public object RepoNamespace { get; set; }
- Type: object
Status
Optional
public object Status { get; set; }
- Type: object