GoogleCloudApigeeV1ListSecurityActionsResponse constructor

GoogleCloudApigeeV1ListSecurityActionsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudApigeeV1SecurityAction>? securityActions,
})

Implementation

GoogleCloudApigeeV1ListSecurityActionsResponse({
  this.nextPageToken,
  this.securityActions,
});