Sha256: 101035491eceae3c4548f00495bfdc352664eaec613892b035c6afdbede383fa
Contents?: true
Size: 1.18 KB
Versions: 59
Compression:
Stored size: 1.18 KB
Contents
# UltracartClient::Report ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **active** | **Boolean** | | [optional] | | **data_sources** | [**Array<ReportDataSource>**](ReportDataSource.md) | | [optional] | | **default_dataset_id** | **String** | | [optional] | | **default_project_id** | **String** | | [optional] | | **filters** | [**Array<ReportFilter>**](ReportFilter.md) | | [optional] | | **merchant_id** | **String** | | [optional] | | **name** | **String** | | [optional] | | **pages** | [**Array<ReportPage>**](ReportPage.md) | | [optional] | | **report_oid** | **Integer** | Object identifier for this report. | [optional] | | **security_level** | **String** | Security level to execute report under | [optional] | | **settings** | **String** | A JSON representation of the settings for this report | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::Report.new( active: null, data_sources: null, default_dataset_id: null, default_project_id: null, filters: null, merchant_id: null, name: null, pages: null, report_oid: null, security_level: null, settings: null ) ```
Version data entries
59 entries across 59 versions & 1 rubygems