GetProductProductSkus

data class GetProductProductSkus(val images: List<GetProductProductSkusImage>, val packageVersions: List<GetProductProductSkusPackageVersion>, val skuCode: String, val skuName: String)

Constructors

Link copied to clipboard
constructor(images: List<GetProductProductSkusImage>, packageVersions: List<GetProductProductSkusPackageVersion>, skuCode: String, skuName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of custom ECS images, Each element contains the following attributes:

Link copied to clipboard

The list of package version details of this product sku, Each element contains the following attributes:

Link copied to clipboard

The sku code of this product sku.

Link copied to clipboard

The sku name of this product sku.