Device Gateway Config
data class DeviceGatewayConfig(val gatewayAuthMethod: String? = null, val gatewayType: String? = null, val lastAccessedGatewayId: String? = null, val lastAccessedGatewayTime: String? = null)
Constructors
Link copied to clipboard
fun DeviceGatewayConfig(gatewayAuthMethod: String? = null, gatewayType: String? = null, lastAccessedGatewayId: String? = null, lastAccessedGatewayTime: String? = null)