ModifiedItem

@JsonSerializable
data class ModifiedItem(val Attributes: ItemResult? = null, val ConsumedCapacity: ConsumedCapacity? = null, val ItemCollectionMetrics: ItemCollectionMetrics? = null)

Constructors

Link copied to clipboard
constructor(Attributes: ItemResult? = null, ConsumedCapacity: ConsumedCapacity? = null, ItemCollectionMetrics: ItemCollectionMetrics? = null)

Properties

Link copied to clipboard
val Attributes: ItemResult? = null
Link copied to clipboard
Link copied to clipboard