Class NetworkCellularGatewayEsimsInventoryItem
Network Cellular Gateway Esims Inventory Item
[DataContract]
public class NetworkCellularGatewayEsimsInventoryItem
- Inheritance
-
NetworkCellularGatewayEsimsInventoryItem
- Inherited Members
Properties
Active
Whether eSIM is currently active SIM on Device
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "active")]
public bool Active { get; set; }
Property Value
Device
Meraki Device properties
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "device")]
public NetworkCellularGatewayEsimsInventoryItemDevice Device { get; set; }
Property Value
Eid
eSIM EID
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "eid")]
public string Eid { get; set; }
Property Value
Network
Meraki Network properties
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "network")]
public NetworkCellularGatewayEsimsInventoryItemNetwork Network { get; set; }
Property Value
Profiles
eSIM Profile Information
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "profiles")]
public List<NetworkCellularGatewayEsimsInventoryItemProfile> Profiles { get; set; }
Property Value
lastUpdatedAt
Last update of eSIM
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "lastUpdatedAt")]
public string lastUpdatedAt { get; set; }