Sha256: 9c47ce70abb3d846d0d343f21388a9f4eaa00ba3c9a6ade430298193f8a7985e
Contents?: true
Size: 1.09 KB
Versions: 18
Compression:
Stored size: 1.09 KB
Contents
# UltracartClient::ReportExecuteQueriesRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_uuid** | **String** | Unique UUID assigned to this client during the auth. This will be used to locate the websocket connect id. | [optional] | | **connection_id** | **String** | The websocket connection id that should receive back notices of query completion. | [optional] | | **default_dataset_id** | **String** | | [optional] | | **default_project_id** | **String** | | [optional] | | **merchant_id** | **String** | | [optional] | | **queries** | [**Array<ReportDataSetQuery>**](ReportDataSetQuery.md) | An array of queries that we want the lambda function to execute. | [optional] | | **security_level** | **String** | Security level to execute report under | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ReportExecuteQueriesRequest.new( client_uuid: null, connection_id: null, default_dataset_id: null, default_project_id: null, merchant_id: null, queries: null, security_level: null ) ```
Version data entries
18 entries across 18 versions & 1 rubygems