DatasetResponse
data class DatasetResponse(val schema: SchemaResponse? = null, val iceberg: IcebergResponse? = null, val pulsar: PulsarResponse? = null)
Represents a response containing dataset information.
Constructors
Link copied to clipboard
Secondary constructor for creating a dataset response with a schema and Iceberg response.
Secondary constructor for creating a dataset response with a schema and Pulsar response.
constructor(schema: SchemaResponse? = null, iceberg: IcebergResponse? = null, pulsar: PulsarResponse? = null)