GoogleCloudSecuritycenterV1BigQueryExport constructor

GoogleCloudSecuritycenterV1BigQueryExport({
  1. String? createTime,
  2. String? dataset,
  3. String? description,
  4. String? filter,
  5. String? mostRecentEditor,
  6. String? name,
  7. String? principal,
  8. String? updateTime,
})

Implementation

GoogleCloudSecuritycenterV1BigQueryExport({
  this.createTime,
  this.dataset,
  this.description,
  this.filter,
  this.mostRecentEditor,
  this.name,
  this.principal,
  this.updateTime,
});