Class NetworkCellularGatewayEsimsInventoryItemDevice
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
Name
Device name
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Serial
Device serial number
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "serial")]
public string Serial { get; set; }
Property Value
Url
Device URL
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "url")]
public string Url { get; set; }