GetGatewayCategoriesResult

data class GetGatewayCategoriesResult(val accountId: String, val categories: List<GetGatewayCategoriesCategory>, val id: String)

A collection of values returned by getGatewayCategories.

Constructors

Link copied to clipboard
constructor(accountId: String, categories: List<GetGatewayCategoriesCategory>, id: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The account ID to fetch Gateway Categories from.

Link copied to clipboard

A list of Gateway Categories.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.