GoogleCloudSecuritycenterV1ResourceValueConfig constructor

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

Implementation

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