Skip to content

RosDynamicTagGroupProps

Properties for defining a RosDynamicTagGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-dynamictaggroup

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cms;
new RosDynamicTagGroupProps {
    object ContactGroupList,
    object TagKey,
    object EnableInstallAgent = null,
    object EnableSubscribeEvent = null,
    object MatchExpress = null,
    object MatchExpressFilterRelation = null,
    object TemplateIdList = null
};

Properties

Name Type Description
ContactGroupList object No description.
TagKey object No description.
EnableInstallAgent object No description.
EnableSubscribeEvent object No description.
MatchExpress object No description.
MatchExpressFilterRelation object No description.
TemplateIdList object No description.

ContactGroupListRequired

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

TagKeyRequired

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

EnableInstallAgentOptional

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

EnableSubscribeEventOptional

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

MatchExpressOptional

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

MatchExpressFilterRelationOptional

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

TemplateIdListOptional

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