GoogleCloudApigeeV1ListSecurityProfilesV2Response constructor

GoogleCloudApigeeV1ListSecurityProfilesV2Response({
  1. String? nextPageToken,
  2. List<GoogleCloudApigeeV1SecurityProfileV2>? securityProfilesV2,
})

Implementation

GoogleCloudApigeeV1ListSecurityProfilesV2Response({
  this.nextPageToken,
  this.securityProfilesV2,
});