docs/SubscriptionListOrganizationModel
CybridApiOrganization::SubscriptionListOrganizationModel
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<SubscriptionOrganizationModel> |
Example
require 'cybrid_api_organization_ruby' instance = CybridApiOrganization::SubscriptionListOrganizationModel.new( total: null, page: null, per_page: null, objects: null )