Table of Contents

Class NetworkCellularGatewayEsimsServiceProviderAccountUpdateRequest

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

Network Cellular Gateway Esims Service Provider Account Update Request

[DataContract]
public class NetworkCellularGatewayEsimsServiceProviderAccountUpdateRequest
Inheritance
NetworkCellularGatewayEsimsServiceProviderAccountUpdateRequest
Inherited Members

Properties

ApiKey

Service provider account API key

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

Property Value

string

Title

Service provider account name used on the Meraki UI

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

Property Value

string