RosProjectProps
Properties for defining a RosProject
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-serverlessdev-project
Initializer
using AlibabaCloud.SDK.ROS.CDK.Serverlessdev;
new RosProjectProps {
object Name,
object Description = null,
object Labels = null,
object Spec = null
};
Properties
Name | Type | Description |
---|---|---|
Name |
object |
No description. |
Description |
object |
No description. |
Labels |
object |
No description. |
Spec |
object |
No description. |
Name
Required
public object Name { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
Labels
Optional
public object Labels { get; set; }
- Type: object
Spec
Optional
public object Spec { get; set; }
- Type: object