Sha256: 952da1eb6b0beae918f008e49b22ba1ad0b3cb3860a7d0455461f70b29bde1d9
Contents?: true
Size: 693 Bytes
Versions: 361
Compression:
Stored size: 693 Bytes
Contents
# CybridApiOrganization::SubscriptionEventListOrganizationModel ## 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<SubscriptionEventOrganizationModel>**](SubscriptionEventOrganizationModel.md) | | | ## Example ```ruby require 'cybrid_api_organization_ruby' instance = CybridApiOrganization::SubscriptionEventListOrganizationModel.new( total: null, page: null, per_page: null, objects: null ) ```
Version data entries
361 entries across 361 versions & 1 rubygems