Class SmTargetGroup
Sm Target Group
public class SmTargetGroup : NamedIdentifiedItem
- Inheritance
-
SmTargetGroup
- Inherited Members
Constructors
SmTargetGroup()
public SmTargetGroup()
Properties
Scope
The scope and tag options of the target group. Comma separated values beginning with one of withAny, withAll, withoutAny, withoutAll, all, none, followed by tags. Default to none if empty.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "scope")]
public string Scope { get; set; }
Property Value
Tags
Tags
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "tags")]
public List<string> Tags { get; set; }
Property Value
Type
Type
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "type")]
public string Type { get; set; }