Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.84 KB

ReportDataSet.md

File metadata and controls

26 lines (22 loc) · 1.84 KB

ReportDataSet

Properties

Name Type Description Notes
data_set_query_uuid str A unique identifier assigned to the data set query that is returned. [optional]
data_set_uuid str A unique identifier assigned to the data set that is returned. [optional]
destination_table_id str The BigQuery destination table id that contains the result. [optional]
error_message str Error message if the query failed. [optional]
executed_sql str [optional]
for_object_id str An identifier that can be used to help match up the returned data set [optional]
for_object_type str The type of object this data set is for [optional]
initial_pages list[ReportDataSetPage] Initial pages returned in the dataset [optional]
max_results int The total number of results [optional]
merchant_id str Merchant that owns this data set [optional]
page_count int The total number of pages in the result set [optional]
page_size int The size of the pages [optional]
request_dts str Date/Time of the client submitted the request. Can be used to resolve out of order query completion results [optional]
schema list[ReportDataSetSchema] The schema associated with the data set. [optional]
security_level str Security level this dataset was read from. [optional]
timezone str [optional]
user_data str Any other data that needs to be returned with the response to help the UI [optional]

[Back to Model list] [Back to API list] [Back to README]