GoogleCloudApigeeV1ListSecurityActionsResponse constructor
GoogleCloudApigeeV1ListSecurityActionsResponse({
- String? nextPageToken,
- List<
GoogleCloudApigeeV1SecurityAction> ? securityActions,
Implementation
GoogleCloudApigeeV1ListSecurityActionsResponse({
this.nextPageToken,
this.securityActions,
});