GoogleCloudDataplexV1EntrySource constructor

GoogleCloudDataplexV1EntrySource({
  1. List<GoogleCloudDataplexV1EntrySourceAncestor>? ancestors,
  2. String? createTime,
  3. String? description,
  4. String? displayName,
  5. Map<String, String>? labels,
  6. String? location,
  7. String? platform,
  8. String? resource,
  9. String? system,
  10. String? updateTime,
})

Implementation

GoogleCloudDataplexV1EntrySource({
  this.ancestors,
  this.createTime,
  this.description,
  this.displayName,
  this.labels,
  this.location,
  this.platform,
  this.resource,
  this.system,
  this.updateTime,
});