ItemCollectionMetrics

@JsonSerializable
data class ItemCollectionMetrics(val ItemCollectionKey: Key? = null, val SizeEstimateRangeGB: List<Long>? = null)

Constructors

Link copied to clipboard
constructor(ItemCollectionKey: Key? = null, SizeEstimateRangeGB: List<Long>? = null)

Properties

Link copied to clipboard
val ItemCollectionKey: Key? = null
Link copied to clipboard