RosWorkspaceResourceDlcProps
Properties for defining a RosWorkspaceResourceDlc.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-pai-workspaceresourcedlc
Initializer
using AlibabaCloud.SDK.ROS.CDK.Pai;
new RosWorkspaceResourceDlcProps {
object GroupName,
object Resources,
object WorkspaceId,
object IsDefault = null,
object Option = null
};
Properties
| Name | Type | Description |
|---|---|---|
GroupName |
object |
No description. |
Resources |
object |
No description. |
WorkspaceId |
object |
No description. |
IsDefault |
object |
No description. |
Option |
object |
No description. |
GroupNameRequired
public object GroupName { get; set; }
- Type: object
ResourcesRequired
public object Resources { get; set; }
- Type: object
WorkspaceIdRequired
public object WorkspaceId { get; set; }
- Type: object
IsDefaultOptional
public object IsDefault { get; set; }
- Type: object
OptionOptional
public object Option { get; set; }
- Type: object