Skip to content

ProjectProps

Properties for defining a Project.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Datahub;
new ProjectProps {
    object Comment,
    object ProjectName
};

Properties

Name Type Description
Comment object Property comment: The comment of project.
ProjectName object Property projectName: The name of the project.

CommentRequired

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

Property comment: The comment of project.


ProjectNameRequired

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

Property projectName: The name of the project.

Length [3, 32]. Beginning with characters, only characters, numbers and _ are allowed.