Sha256: d5ab9e6e07def8a80499344e728cd024084304acf11cede7d1696d7370666ae3

Contents?: true

Size: 629 Bytes

Versions: 1565

Compression:

Stored size: 629 Bytes

Contents

# CybridApiBank::WorkflowsListBankModel

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **total** | **Integer** | The total number of records available. |  |
| **page** | **Integer** | The page index to retrieve. |  |
| **per_page** | **Integer** | The number of entities per page to return. |  |
| **objects** | [**Array<WorkflowBankModel>**](WorkflowBankModel.md) | Array of workflow entities |  |

## Example

```ruby
require 'cybrid_api_bank_ruby'

instance = CybridApiBank::WorkflowsListBankModel.new(
  total: null,
  page: null,
  per_page: null,
  objects: null
)
```

Version data entries

1,565 entries across 1,565 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.52.4 docs/WorkflowsListBankModel.md
cybrid_api_bank_ruby-0.52.3 docs/WorkflowsListBankModel.md
cybrid_api_bank_ruby-0.52.1 docs/WorkflowsListBankModel.md
cybrid_api_bank_ruby-0.52.0 docs/WorkflowsListBankModel.md
cybrid_api_bank_ruby-0.51.6 docs/WorkflowsListBankModel.md