Class DeviceCellularSimsSimApnAuthentication
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
Type
Type
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "type")]
public string? Type { get; set; }
Property Value
Username
Username
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "username")]
public string? Username { get; set; }