GoogleCloudDataplexV1StorageFormat constructor

GoogleCloudDataplexV1StorageFormat({
  1. String? compressionFormat,
  2. GoogleCloudDataplexV1StorageFormatCsvOptions? csv,
  3. String? format,
  4. GoogleCloudDataplexV1StorageFormatIcebergOptions? iceberg,
  5. GoogleCloudDataplexV1StorageFormatJsonOptions? json,
  6. String? mimeType,
})

Implementation

GoogleCloudDataplexV1StorageFormat({
  this.compressionFormat,
  this.csv,
  this.format,
  this.iceberg,
  this.json,
  this.mimeType,
});