Gateway Config Response
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)