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. |
NameRequired
public object Name { get; set; }
- Type: object
Property name: Name of the project.
DescriptionOptional
public object Description { get; set; }
- Type: object
Property description: Description of the project.
ProjectTypeOptional
public object ProjectType { get; set; }
- Type: object
Property projectType: Type of the project.
SdkTypeOptional
public object SdkType { get; set; }
- Type: object
Property sdkType: Type of the SDK.