Table of Contents

Class NetworkStatusSummaryDevicesByProductTypeItem

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

URL and product type

[DataContract]
public class NetworkStatusSummaryDevicesByProductTypeItem
Inheritance
NetworkStatusSummaryDevicesByProductTypeItem
Inherited Members

Constructors

NetworkStatusSummaryDevicesByProductTypeItem()

public NetworkStatusSummaryDevicesByProductTypeItem()

Properties

ProductType

Product type

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

Property Value

string

Url

URL to clients list for the relevant product type

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

Property Value

string