GoogleCloudApigeeV1ListSecurityProfileRevisionsResponse constructor

GoogleCloudApigeeV1ListSecurityProfileRevisionsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudApigeeV1SecurityProfile>? securityProfiles,
})

Implementation

GoogleCloudApigeeV1ListSecurityProfileRevisionsResponse({
  this.nextPageToken,
  this.securityProfiles,
});