Table of Contents

Class SmTargetGroup

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll
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

string

Tags

Tags

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "tags")]
public List<string> Tags { get; set; }

Property Value

List<string>

Type

Type

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "type")]
public string Type { get; set; }

Property Value

string