GoogleCloudDataplexV1AssetResourceStatus constructor

GoogleCloudDataplexV1AssetResourceStatus({
  1. String? managedAccessIdentity,
  2. String? message,
  3. String? state,
  4. String? updateTime,
})

Implementation

GoogleCloudDataplexV1AssetResourceStatus({
  this.managedAccessIdentity,
  this.message,
  this.state,
  this.updateTime,
});