Class SmTargetGroup
public class SmTargetGroup : NamedIdentifiedItem
- Inheritance
-
SmTargetGroup
- Inherited Members
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; }