ProjectProps
Properties for defining a Project.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-serverlessdev-project
Initializer
using AlibabaCloud.SDK.ROS.CDK.Serverlessdev;
new ProjectProps {
    object Name,
    object Description = null,
    object Labels = null,
    object Spec = null
};
Properties
| Name | Type | Description | 
|---|---|---|
Name | 
object | 
Property name: The name of the project. | 
Description | 
object | 
Property description: The description of the project. | 
Labels | 
object | 
Property labels: The labels for the project. | 
Spec | 
object | 
Property spec: The project configuration. | 
NameRequired 
public object Name { get; set; }
- Type: object
 
Property name: The name of the project.
It needs to be unique and cannot be changed.
DescriptionOptional 
public object Description { get; set; }
- Type: object
 
Property description: The description of the project.
LabelsOptional 
public object Labels { get; set; }
- Type: object
 
Property labels: The labels for the project.
SpecOptional 
public object Spec { get; set; }
- Type: object
 
Property spec: The project configuration.