Sha256: 5f968a0a9131e370fcfae7104ded84b6961d3eebfd4e61b582cad7ddf1a6301b
Contents?: true
Size: 580 Bytes
Versions: 931
Compression:
Stored size: 580 Bytes
Contents
# CybridApiId::UserListIdpModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **total** | **Integer** | The total number of users available. | | | **page** | **Integer** | The page index. | | | **per_page** | **Integer** | The number of records per page returned. | | | **objects** | [**Array<UserIdpModel>**](UserIdpModel.md) | Array of applications | | ## Example ```ruby require 'cybrid_api_id_ruby' instance = CybridApiId::UserListIdpModel.new( total: null, page: null, per_page: null, objects: null ) ```
Version data entries
931 entries across 931 versions & 1 rubygems