GoogleCloudApigeeV1ListSecurityReportsResponse constructor
GoogleCloudApigeeV1ListSecurityReportsResponse({
- String? nextPageToken,
- List<
GoogleCloudApigeeV1SecurityReport> ? securityReports,
Implementation
GoogleCloudApigeeV1ListSecurityReportsResponse({
this.nextPageToken,
this.securityReports,
});