Class SmTargetGroupCreateUpdateRequest
CreateNetworkSmTargetGroup
[DataContract]
public class SmTargetGroupCreateUpdateRequest
- Inheritance
-
SmTargetGroupCreateUpdateRequest
- Inherited Members
Properties
Name
The name of this target group
[ApiAccess(ApiAccess.CreateUpdate)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
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.CreateUpdate)]
[DataMember(Name = "scope")]
public string Scope { get; set; }