Skip to content

RosWorkspacesProps

Properties for defining a RosWorkspaces.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-pai-workspaces

Initializer

using AlibabaCloud.SDK.ROS.CDK.Pai;
new RosWorkspacesProps {
    object RefreshOptions = null,
    object WorkspaceId = null,
    object WorkspaceName = null
};

Properties

Name Type Description
RefreshOptions object No description.
WorkspaceId object No description.
WorkspaceName object No description.

RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object

WorkspaceIdOptional

public object WorkspaceId { get; set; }
  • Type: object

WorkspaceNameOptional

public object WorkspaceName { get; set; }
  • Type: object