GetCustomerGatewayResult

data class GetCustomerGatewayResult(val customerGatewayId: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(customerGatewayId: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the customer gateway.

Link copied to clipboard
val tags: List<Tag>? = null

One or more tags for the customer gateway.