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