Table of Contents

Class AdminTag

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

Tag

[DataContract]
public class AdminTag
Inheritance
AdminTag
Inherited Members

Properties

Access

The privilege of the dashboard administrator on the tag

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "access")]
public string Access { get; set; }

Property Value

string

TagText

The name of the tag

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "tag")]
public string TagText { get; set; }

Property Value

string