Dataset
data class Dataset(val name: String = "", blksz: String? = null, val catalogName: String? = null, val creationDate: String? = null, val deviceType: String? = null, val dsnameType: DsnameType? = null, val datasetOrganization: DatasetOrganization? = null, val expirationDate: String? = null, extx: String? = null, lrecl: String? = null, val migrated: HasMigrated? = null, val multiVolume: MultipleVolumes? = null, val spaceOverflowIndicator: String? = null, val lastReferenceDate: String? = null, val recordFormat: RecordFormat? = null, val sizeInTracks: Int? = null, val spaceUnits: SpaceUnits? = null, used: String? = null, val volumeSerial: String? = null, val volumeSerials: String? = null)
Constructors
Link copied to clipboard
fun Dataset(name: String = "", blksz: String? = null, catalogName: String? = null, creationDate: String? = null, deviceType: String? = null, dsnameType: DsnameType? = null, datasetOrganization: DatasetOrganization? = null, expirationDate: String? = null, extx: String? = null, lrecl: String? = null, migrated: HasMigrated? = null, multiVolume: MultipleVolumes? = null, spaceOverflowIndicator: String? = null, lastReferenceDate: String? = null, recordFormat: RecordFormat? = null, sizeInTracks: Int? = null, spaceUnits: SpaceUnits? = null, used: String? = null, volumeSerial: String? = null, volumeSerials: String? = null)