GoogleCloudApigeeV1BatchUpdateSecurityIncidentsResponse constructor

GoogleCloudApigeeV1BatchUpdateSecurityIncidentsResponse({
  1. List<GoogleCloudApigeeV1SecurityIncident>? securityIncidents,
})

Implementation

GoogleCloudApigeeV1BatchUpdateSecurityIncidentsResponse({
  this.securityIncidents,
});