GoogleCloudDataplexV1AssetSecurityStatus constructor

GoogleCloudDataplexV1AssetSecurityStatus({
  1. String? message,
  2. String? state,
  3. String? updateTime,
})

Implementation

GoogleCloudDataplexV1AssetSecurityStatus({
  this.message,
  this.state,
  this.updateTime,
});