ProjectProps
Properties for defining a Project
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-nls-project
Initializer
using AlibabaCloud.SDK.ROS.CDK.Nls;
new ProjectProps {
object Name,
object Description = null,
object ProjectType = null,
object SdkType = null
};
Properties
Name | Type | Description |
---|---|---|
Name |
object |
Property name: Name of the project. |
Description |
object |
Property description: Description of the project. |
ProjectType |
object |
Property projectType: Type of the project. |
SdkType |
object |
Property sdkType: Type of the SDK. |
Name
Required
public object Name { get; set; }
- Type: object
Property name: Name of the project.
Description
Optional
public object Description { get; set; }
- Type: object
Property description: Description of the project.
ProjectType
Optional
public object ProjectType { get; set; }
- Type: object
Property projectType: Type of the project.
SdkType
Optional
public object SdkType { get; set; }
- Type: object
Property sdkType: Type of the SDK.