GoogleCloudDataplexV1MetadataJobStatus constructor

GoogleCloudDataplexV1MetadataJobStatus({
  1. int? completionPercent,
  2. String? message,
  3. String? state,
  4. String? updateTime,
})

Implementation

GoogleCloudDataplexV1MetadataJobStatus({
  this.completionPercent,
  this.message,
  this.state,
  this.updateTime,
});