ProducedRecordData

@JsonSerializable
data class ProducedRecordData(val type: RecordFormat, val size: Int)

Constructors

Link copied to clipboard
constructor(type: RecordFormat, size: Int)

Properties

Link copied to clipboard
val size: Int
Link copied to clipboard