Class NetworkCellularGatewayEsimsServiceProviderAccountUpdateRequest
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
Title
Service provider account name used on the Meraki UI
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "title")]
public string? Title { get; set; }