CybridApiId::ApplicationListIdpModel
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| total | Integer | The total number of records available. | |
| page | Integer | The page index. | |
| per_page | Integer | The number of records per page returned. | |
| objects | Array<ApplicationIdpModel> | Array of applications |
Example
require 'cybrid_api_id_ruby'
instance = CybridApiId::ApplicationListIdpModel.new(
total: null,
page: null,
per_page: null,
objects: null
)