RosWorkspaceProps
Properties for defining a RosWorkspace
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-pai-workspace
Initializer
using AlibabaCloud.SDK.ROS.CDK.Pai;
new RosWorkspaceProps {
object WorkspaceId,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
WorkspaceId |
object |
No description. |
RefreshOptions |
object |
No description. |
WorkspaceId
Required
public object WorkspaceId { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object