Table of Contents

Class EsimsServiceProvidersAccountsCommunicationPlansItem

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

Esims Service Providers Accounts Communication Plans Item

[DataContract]
public class EsimsServiceProvidersAccountsCommunicationPlansItem
Inheritance
EsimsServiceProvidersAccountsCommunicationPlansItem
Inherited Members

Properties

AccountId

Account ID of plans to be fetched

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "accountId")]
public string AccountId { get; set; }

Property Value

string

Apns

Available APNs

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "apns")]
public List<EsimsServiceProvidersAccountsCommunicationPlansItemApn> Apns { get; set; }

Property Value

List<EsimsServiceProvidersAccountsCommunicationPlansItemApn>

Name

Communication plan name

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

Property Value

string