GoogleCloudSecuritycenterV1MuteConfig constructor

GoogleCloudSecuritycenterV1MuteConfig({
  1. String? createTime,
  2. String? description,
  3. String? displayName,
  4. String? filter,
  5. String? mostRecentEditor,
  6. String? name,
  7. String? updateTime,
})

Implementation

GoogleCloudSecuritycenterV1MuteConfig({
  this.createTime,
  this.description,
  this.displayName,
  this.filter,
  this.mostRecentEditor,
  this.name,
  this.updateTime,
});