Table of Contents

Class OrganizationCellularGatewayEsimSwapCreateRequest

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

Esims Swap Create Request

[DataContract]
public class OrganizationCellularGatewayEsimSwapCreateRequest
Inheritance
OrganizationCellularGatewayEsimSwapCreateRequest
Inherited Members

Properties

Swaps

Each object represents a swap for one eSIM

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "swaps")]
public List<OrganizationCellularGatewayEsimSwap> Swaps { get; set; }

Property Value

List<OrganizationCellularGatewayEsimSwap>