GoogleCloudSecuritycenterV1ResourceValueConfig constructor

GoogleCloudSecuritycenterV1ResourceValueConfig({
  1. String? createTime,
  2. String? description,
  3. String? name,
  4. Map<String, String>? resourceLabelsSelector,
  5. String? resourceType,
  6. String? resourceValue,
  7. String? scope,
  8. GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping? sensitiveDataProtectionMapping,
  9. List<String>? tagValues,
  10. String? updateTime,
})

Implementation

GoogleCloudSecuritycenterV1ResourceValueConfig({
  this.createTime,
  this.description,
  this.name,
  this.resourceLabelsSelector,
  this.resourceType,
  this.resourceValue,
  this.scope,
  this.sensitiveDataProtectionMapping,
  this.tagValues,
  this.updateTime,
});