Sha256: 8ba62b877ac247cb401ba7fd4fe420745510568a6121f9db55c8e474d7631daf
Contents?: true
Size: 750 Bytes
Versions: 83
Compression:
Stored size: 750 Bytes
Contents
# UltracartClient::ReportDryRunQueriesRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **connection_id** | **String** | | [optional] | | **default_dataset_id** | **String** | | [optional] | | **default_project_id** | **String** | | [optional] | | **merchant_id** | **String** | | [optional] | | **queries** | [**Array<ReportDataSetQuery>**](ReportDataSetQuery.md) | | [optional] | | **security_level** | **String** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ReportDryRunQueriesRequest.new( connection_id: null, default_dataset_id: null, default_project_id: null, merchant_id: null, queries: null, security_level: null ) ```
Version data entries
83 entries across 83 versions & 1 rubygems