CreateResourceValueConfigRequest constructor

CreateResourceValueConfigRequest({
  1. String? parent,
  2. GoogleCloudSecuritycenterV1ResourceValueConfig? resourceValueConfig,
})

Implementation

CreateResourceValueConfigRequest({
  this.parent,
  this.resourceValueConfig,
});