Get Customer Gateway Result
data class GetCustomerGatewayResult(val customerGatewayId: String? = null, val tags: List<CustomerGatewayTag>? = null)
Constructors
Link copied to clipboard
fun GetCustomerGatewayResult(customerGatewayId: String? = null, tags: List<CustomerGatewayTag>? = null)