GoogleCloudApigeeV1ListSecurityReportsResponse constructor

GoogleCloudApigeeV1ListSecurityReportsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudApigeeV1SecurityReport>? securityReports,
})

Implementation

GoogleCloudApigeeV1ListSecurityReportsResponse({
  this.nextPageToken,
  this.securityReports,
});