GoogleCloudDataplexV1StorageFormat constructor
      
      GoogleCloudDataplexV1StorageFormat({ 
    
    
- String? compressionFormat,
 - GoogleCloudDataplexV1StorageFormatCsvOptions? csv,
 - String? format,
 - GoogleCloudDataplexV1StorageFormatIcebergOptions? iceberg,
 - GoogleCloudDataplexV1StorageFormatJsonOptions? json,
 - String? mimeType,
 
Implementation
GoogleCloudDataplexV1StorageFormat({
  this.compressionFormat,
  this.csv,
  this.format,
  this.iceberg,
  this.json,
  this.mimeType,
});