GoogleCloudApigeeV1ListSecurityProfilesResponse constructor
GoogleCloudApigeeV1ListSecurityProfilesResponse({
- String? nextPageToken,
- List<
GoogleCloudApigeeV1SecurityProfile> ? securityProfiles,
Implementation
GoogleCloudApigeeV1ListSecurityProfilesResponse({
this.nextPageToken,
this.securityProfiles,
});