GoogleCloudDataplexV1ActionIncompatibleDataSchema constructor

GoogleCloudDataplexV1ActionIncompatibleDataSchema({
  1. String? existingSchema,
  2. String? newSchema,
  3. List<String>? sampledDataLocations,
  4. String? schemaChange,
  5. String? table,
})

Implementation

GoogleCloudDataplexV1ActionIncompatibleDataSchema({
  this.existingSchema,
  this.newSchema,
  this.sampledDataLocations,
  this.schemaChange,
  this.table,
});