Class OrganizationWirelessOpportunisticPcapLicense
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
Name
Name of the network
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
NetworkId
Id of the network
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "networkId")]
public string NetworkId { get; set; }