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. |
Name
Required
public object Name { get; set; }
- Type: object
Property name: The name of the project.
It needs to be unique and cannot be changed.
Description
Optional
public object Description { get; set; }
- Type: object
Property description: The description of the project.
Labels
Optional
public object Labels { get; set; }
- Type: object
Property labels: The labels for the project.
Spec
Optional
public object Spec { get; set; }
- Type: object
Property spec: The project configuration.