Skip to content

ProjectProps

Properties for defining a Project.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdknls"
&alicloudroscdknls.ProjectProps {
    Name: interface{},
    Description: interface{},
    ProjectType: interface{},
    SdkType: interface{},
}

Properties

Name Type Description
Name interface{} Property name: Name of the project.
Description interface{} Property description: Description of the project.
ProjectType interface{} Property projectType: Type of the project.
SdkType interface{} Property sdkType: Type of the SDK.

NameRequired

Name interface{}
  • Type: interface{}

Property name: Name of the project.


DescriptionOptional

Description interface{}
  • Type: interface{}

Property description: Description of the project.


ProjectTypeOptional

ProjectType interface{}
  • Type: interface{}

Property projectType: Type of the project.


SdkTypeOptional

SdkType interface{}
  • Type: interface{}

Property sdkType: Type of the SDK.