GoogleCloudDataplexV1AssetStatus constructor

GoogleCloudDataplexV1AssetStatus({
  1. int? activeAssets,
  2. int? securityPolicyApplyingAssets,
  3. String? updateTime,
})

Implementation

GoogleCloudDataplexV1AssetStatus({
  this.activeAssets,
  this.securityPolicyApplyingAssets,
  this.updateTime,
});