GoogleCloudDataplexV1ActionInvalidDataFormat constructor

GoogleCloudDataplexV1ActionInvalidDataFormat({
  1. String? expectedFormat,
  2. String? newFormat,
  3. List<String>? sampledDataLocations,
})

Implementation

GoogleCloudDataplexV1ActionInvalidDataFormat({
  this.expectedFormat,
  this.newFormat,
  this.sampledDataLocations,
});