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. |
Name
Required
Name interface{}
- Type: interface{}
Property name: Name of the project.
Description
Optional
Description interface{}
- Type: interface{}
Property description: Description of the project.
ProjectType
Optional
ProjectType interface{}
- Type: interface{}
Property projectType: Type of the project.
SdkType
Optional
SdkType interface{}
- Type: interface{}
Property sdkType: Type of the SDK.