GetProductResult

data class GetProductResult(val filters: List<GetProductFilter>, val id: String, val result: String, val serviceCode: String)

A collection of values returned by getProduct.

Constructors

Link copied to clipboard
constructor(filters: List<GetProductFilter>, id: String, result: String, serviceCode: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Set to the product returned from the API.

Link copied to clipboard