Skip to content

RosProjectProps

Properties for defining a RosProject.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dataworks-project

Initializer

using AlibabaCloud.SDK.ROS.CDK.Dataworks;
new RosProjectProps {
    object ProjectIdentifier,
    object DisableDevelopment = null,
    object IsAllowDownload = null,
    object ProjectDescription = null,
    object ProjectMode = null,
    object ProjectName = null,
    object ResourceGroupId = null,
    TagsProperty[] Tags = null
};

Properties

Name Type Description
ProjectIdentifier object No description.
DisableDevelopment object No description.
IsAllowDownload object No description.
ProjectDescription object No description.
ProjectMode object No description.
ProjectName object No description.
ResourceGroupId object No description.
Tags TagsProperty[] No description.

ProjectIdentifierRequired

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

DisableDevelopmentOptional

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

IsAllowDownloadOptional

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

ProjectDescriptionOptional

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

ProjectModeOptional

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

ProjectNameOptional

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

ResourceGroupIdOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }