# UltracartClient::ReportDryRunQueriesResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **dry_run_query_results** | [**Array<ReportDryRunQueryResult>**](ReportDryRunQueryResult.md) | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ReportDryRunQueriesResponse.new( dry_run_query_results: null ) ```