DatasetResponse
Secondary constructor for creating a dataset response with a schema and Iceberg response.
Parameters
schema
The schema response for the dataset.
iceberg
The Iceberg response for the dataset.
Secondary constructor for creating a dataset response with a schema and Pulsar response.
Parameters
schema
The schema response for the dataset.
pulsar
The Pulsar response for the dataset.
constructor(schema: SchemaResponse? = null, iceberg: IcebergResponse? = null, pulsar: PulsarResponse? = null)