Table of Contents

Class DeviceCellularSimsSimApnAuthentication

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

Device Cellular Sims Apn Authentication

[DataContract]
public class DeviceCellularSimsSimApnAuthentication
Inheritance
DeviceCellularSimsSimApnAuthentication
Inherited Members

Properties

Passsword

Password

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "password")]
public string? Passsword { get; set; }

Property Value

string

Type

Type

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "type")]
public string? Type { get; set; }

Property Value

string

Username

Username

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "username")]
public string? Username { get; set; }

Property Value

string