GoogleCloudApigeeV1ListSecurityProfilesResponse constructor

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

Implementation

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