GetGatewayAppTypesResult

data class GetGatewayAppTypesResult(val accountId: String, val appTypes: List<GetGatewayAppTypesAppType>, val id: String)

A collection of values returned by getGatewayAppTypes.

Constructors

Link copied to clipboard
constructor(accountId: String, appTypes: List<GetGatewayAppTypesAppType>, id: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The account ID to fetch Gateway App Types from.

Link copied to clipboard

A list of Gateway App Types.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.