Sha256: 1efadc850841ee9fff00c89ed32bb95a819d75a399af1bf59c48790d48a0f84b
Contents?: true
Size: 610 Bytes
Versions: 2005
Compression:
Stored size: 610 Bytes
Contents
# 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>**](ApplicationIdpModel.md) | Array of applications | | ## Example ```ruby require 'cybrid_api_id_ruby' instance = CybridApiId::ApplicationListIdpModel.new( total: null, page: null, per_page: null, objects: null ) ```
Version data entries
2,005 entries across 2,005 versions & 1 rubygems