Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 402 Bytes

File metadata and controls

18 lines (12 loc) · 402 Bytes

UltracartClient::ReportDryRunQueriesResponse

Properties

Name Type Description Notes
dry_run_query_results Array<ReportDryRunQueryResult> [optional]

Example

require 'ultracart_api'

instance = UltracartClient::ReportDryRunQueriesResponse.new(
  dry_run_query_results: null
)