Table of Contents

Class ModifyNetworkDeviceTags

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

Modify tags

[DataContract]
public class ModifyNetworkDeviceTags
Inheritance
ModifyNetworkDeviceTags
Inherited Members

Properties

Ids

Ids

[DataMember(Name = "ids")]
public List<string>? Ids { get; set; }

Property Value

List<string>

Scope

Scope

[DataMember(Name = "scope")]
public List<string> Scope { get; set; }

Property Value

List<string>

Serials

Serials

[DataMember(Name = "serials")]
public List<string>? Serials { get; set; }

Property Value

List<string>

Tags

Tags

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

Property Value

List<string>

UpdateAction

Update action

[DataMember(Name = "updateAction")]
public string UpdateAction { get; set; }

Property Value

string

WifiMacs

Wifi macs

[DataMember(Name = "wifiMacs")]
public List<string>? WifiMacs { get; set; }

Property Value

List<string>