Skip to content

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.

NameRequired

public object Name { get; set; }
  • Type: object

DescriptionOptional

public object Description { get; set; }
  • Type: object

TagsOptional

public TagsProperty[] Tags { get; set; }