GoogleCloudApigeeV1ListSecurityIncidentsResponse constructor
GoogleCloudApigeeV1ListSecurityIncidentsResponse({
- String? nextPageToken,
- List<
GoogleCloudApigeeV1SecurityIncident> ? securityIncidents,
Implementation
GoogleCloudApigeeV1ListSecurityIncidentsResponse({
this.nextPageToken,
this.securityIncidents,
});