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