GoogleCloudDataplexV1Entity constructor

GoogleCloudDataplexV1Entity({
  1. GoogleCloudDataplexV1StorageAccess? access,
  2. String? asset,
  3. String? catalogEntry,
  4. GoogleCloudDataplexV1EntityCompatibilityStatus? compatibility,
  5. String? createTime,
  6. String? dataPath,
  7. String? dataPathPattern,
  8. String? description,
  9. String? displayName,
  10. String? etag,
  11. GoogleCloudDataplexV1StorageFormat? format,
  12. String? id,
  13. String? name,
  14. GoogleCloudDataplexV1Schema? schema,
  15. String? system,
  16. String? type,
  17. String? uid,
  18. String? updateTime,
})

Implementation

GoogleCloudDataplexV1Entity({
  this.access,
  this.asset,
  this.catalogEntry,
  this.compatibility,
  this.createTime,
  this.dataPath,
  this.dataPathPattern,
  this.description,
  this.displayName,
  this.etag,
  this.format,
  this.id,
  this.name,
  this.schema,
  this.system,
  this.type,
  this.uid,
  this.updateTime,
});