MetaProductPhaseResponse

data class MetaProductPhaseResponse(val productId: String?, val updatedCount: Int?)

Metadata included in a product phase list or bulk-update response.

Constructors

Link copied to clipboard
constructor(productId: String?, updatedCount: Int?)

Properties

Link copied to clipboard
@SerializedName(value = "product_id")
val productId: String?

The unique identifier of the product that owns the returned phases.

Link copied to clipboard
@SerializedName(value = "updated_count")
val updatedCount: Int?

The number of phases that were modified during a bulk-update operation.