Table of Contents

Class SmTargetGroupCreateUpdateRequest

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

string

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; }

Property Value

string