Skip to content

RosTemplateProps

Properties for defining a RosTemplate.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-oos-template

Initializer

using AlibabaCloud.SDK.ROS.CDK.Oos;
new RosTemplateProps {
    object Content,
    object TemplateName,
    object ResourceGroupId = null,
    System.Collections.Generic.IDictionary<string, object> Tags = null
};

Properties

Name Type Description
Content object No description.
TemplateName object No description.
ResourceGroupId object No description.
Tags System.Collections.Generic.IDictionary No description.

ContentRequired

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

TemplateNameRequired

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

ResourceGroupIdOptional

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

TagsOptional

public System.Collections.Generic.IDictionary<string, object> Tags { get; set; }
  • Type: System.Collections.Generic.IDictionary