Sha256: 80342316314a9ee8111e1eb6d631446f469f35d54be3965e40cbd597793fff4e
Contents?: true
Size: 553 Bytes
Versions: 198
Compression:
Stored size: 553 Bytes
Contents
# UltracartClient::DataTablesServerSideResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **data** | [**Array<Customer>**](Customer.md) | | [optional] | | **draw** | **Integer** | | [optional] | | **records_filtered** | **Integer** | | [optional] | | **records_total** | **Integer** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::DataTablesServerSideResponse.new( data: null, draw: null, records_filtered: null, records_total: null ) ```
Version data entries
198 entries across 198 versions & 1 rubygems