GoogleCloudApigeeV1ListSecurityIncidentsResponse constructor

GoogleCloudApigeeV1ListSecurityIncidentsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudApigeeV1SecurityIncident>? securityIncidents,
})

Implementation

GoogleCloudApigeeV1ListSecurityIncidentsResponse({
  this.nextPageToken,
  this.securityIncidents,
});