Device Gateway Config Args
data class DeviceGatewayConfigArgs(val gatewayAuthMethod: Output<String>? = null, val gatewayType: Output<String>? = null, val lastAccessedGatewayId: Output<String>? = null, val lastAccessedGatewayTime: Output<String>? = null) : ConvertibleToJava<DeviceGatewayConfigArgs>
Constructors
Link copied to clipboard
fun DeviceGatewayConfigArgs(gatewayAuthMethod: Output<String>? = null, gatewayType: Output<String>? = null, lastAccessedGatewayId: Output<String>? = null, lastAccessedGatewayTime: Output<String>? = null)