Sha256: 561cd45ad123b1d6792d1b5fb97771519e3d1eb64e33795049e5d410a5425f54
Contents?: true
Size: 1.23 KB
Versions: 86
Compression:
Stored size: 1.23 KB
Contents
# UltracartClient::ReportDataSetPage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **data_set_uuid** | **String** | A unique identifier assigned to the data set that is returned. | [optional] | | **merchant_id** | **String** | Merchant that owns this data set | [optional] | | **next_page_token** | **String** | | [optional] | | **next_start_index** | **Integer** | | [optional] | | **page_number** | **Integer** | | [optional] | | **row_count** | **Integer** | | [optional] | | **rows** | [**Array<ReportDataSetRow>**](ReportDataSetRow.md) | Rows returned for the data set | [optional] | | **rows_s3_url** | **String** | Signed S3 URL where the page rows can be downloaded from | [optional] | | **start_index** | **Integer** | Zero based index of the starting row | [optional] | | **table_id** | **String** | The BigQuery destination table id that contains the result. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ReportDataSetPage.new( data_set_uuid: null, merchant_id: null, next_page_token: null, next_start_index: null, page_number: null, row_count: null, rows: null, rows_s3_url: null, start_index: null, table_id: null ) ```
Version data entries
86 entries across 86 versions & 1 rubygems