GetProductResult

data class GetProductResult(val availableRegion: String? = null, val id: String, val productCode: String, val products: List<GetProductProduct>)

A collection of values returned by getProduct.

Constructors

Link copied to clipboard
constructor(availableRegion: String? = null, id: String, productCode: String, products: List<GetProductProduct>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val availableRegion: String? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

A product. It contains the following attributes: