GatewayConfigResponse

data class GatewayConfigResponse(val gatewayAuthMethod: String, val gatewayType: String, val lastAccessedGatewayId: String, val lastAccessedGatewayTime: String)

Gateway-related configuration and state.

Constructors

Link copied to clipboard
fun GatewayConfigResponse(gatewayAuthMethod: String, gatewayType: String, lastAccessedGatewayId: String, lastAccessedGatewayTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates how to authorize and/or authenticate devices to access the gateway.

Link copied to clipboard

Indicates whether the device is a gateway.

Link copied to clipboard

Output only The ID of the gateway the device accessed most recently.

Link copied to clipboard

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