Skip to content

ProjectProps

Properties for defining a Project.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkdatahub"
&alicloudroscdkdatahub.ProjectProps {
    Comment: interface{},
    ProjectName: interface{},
}

Properties

Name Type Description
Comment interface{} Property comment: The comment of project.
ProjectName interface{} Property projectName: The name of the project.

CommentRequired

Comment interface{}
  • Type: interface{}

Property comment: The comment of project.


ProjectNameRequired

ProjectName interface{}
  • Type: interface{}

Property projectName: The name of the project.

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