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