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. |
ContactGroupList
Required
public object ContactGroupList { get; set; }
- Type: object
TagKey
Required
public object TagKey { get; set; }
- Type: object
EnableInstallAgent
Optional
public object EnableInstallAgent { get; set; }
- Type: object
EnableSubscribeEvent
Optional
public object EnableSubscribeEvent { get; set; }
- Type: object
MatchExpress
Optional
public object MatchExpress { get; set; }
- Type: object
MatchExpressFilterRelation
Optional
public object MatchExpressFilterRelation { get; set; }
- Type: object
TemplateIdList
Optional
public object TemplateIdList { get; set; }
- Type: object