DeviceGatewayConfig

data class DeviceGatewayConfig(val gatewayAuthMethod: String? = null, val gatewayType: String? = null, val lastAccessedGatewayId: String? = null, val lastAccessedGatewayTime: String? = null)

Constructors

Link copied to clipboard
constructor(gatewayAuthMethod: String? = null, gatewayType: String? = null, lastAccessedGatewayId: String? = null, lastAccessedGatewayTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether the device is a gateway. Possible values are: ASSOCIATION_ONLY, DEVICE_AUTH_TOKEN_ONLY, ASSOCIATION_AND_DEVICE_AUTH_TOKEN.

Link copied to clipboard
val gatewayType: String? = null

Indicates whether the device is a gateway. Default value is NON_GATEWAY. Possible values are: GATEWAY, NON_GATEWAY.

Link copied to clipboard

(Output) The ID of the gateway the device accessed most recently.

Link copied to clipboard

(Output) The most recent time at which the device accessed the gateway specified in last_accessed_gateway.