Table of Contents

Class OrganizationWirelessOpportunisticPcapLicense

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

Organization Wireless Opportunistic Pcap License

[DataContract]
public class OrganizationWirelessOpportunisticPcapLicense
Inheritance
OrganizationWirelessOpportunisticPcapLicense
Inherited Members

Constructors

OrganizationWirelessOpportunisticPcapLicense()

public OrganizationWirelessOpportunisticPcapLicense()

Properties

Licensed

Whether the network is licensed for MR Cloud PCAP

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "licensed")]
public bool Licensed { get; set; }

Property Value

bool

Name

Name of the network

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

Property Value

string

NetworkId

Id of the network

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

Property Value

string