BatchCreateResourceValueConfigsResponse constructor

BatchCreateResourceValueConfigsResponse({
  1. List<GoogleCloudSecuritycenterV1ResourceValueConfig>? resourceValueConfigs,
})

Implementation

BatchCreateResourceValueConfigsResponse({
  this.resourceValueConfigs,
});