Table of Contents

Class NetworkCellularGatewayEsimsInventoryItemDevice

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

Network Cellular Gateway Esims Inventory Item Device

[DataContract]
public class NetworkCellularGatewayEsimsInventoryItemDevice
Inheritance
NetworkCellularGatewayEsimsInventoryItemDevice
Inherited Members

Properties

Model

Device model

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

Property Value

string

Name

Device name

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

Property Value

string

Serial

Device serial number

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

Property Value

string

Url

Device URL

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

Property Value

string