GetCarrierGatewayResult

data class GetCarrierGatewayResult(val carrierGatewayId: String? = null, val ownerId: String? = null, val state: String? = null, val tags: List<Tag>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the carrier gateway.

Link copied to clipboard
val ownerId: String? = null

The ID of the owner.

Link copied to clipboard
val state: String? = null

The state of the carrier gateway.

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

The tags for the carrier gateway.