GoogleCloudDataplexV1DataAsset constructor

GoogleCloudDataplexV1DataAsset({
  1. Map<String, GoogleCloudDataplexV1DataAssetAccessGroupConfig>? accessGroupConfigs,
  2. String? createTime,
  3. String? etag,
  4. Map<String, String>? labels,
  5. String? name,
  6. String? resource,
  7. String? uid,
  8. String? updateTime,
})

Implementation

GoogleCloudDataplexV1DataAsset({
  this.accessGroupConfigs,
  this.createTime,
  this.etag,
  this.labels,
  this.name,
  this.resource,
  this.uid,
  this.updateTime,
});