Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.17 KB

ReportMetadata.md

File metadata and controls

13 lines (10 loc) · 1.17 KB

# ReportMetadata

Properties

Name Type Description Notes
dimension_metadata \Ebay\Sell\Marketing\Model\DimensionMetadata[] A list containing the metadata for the dimension used in the report. [optional]
max_number_of_dimensions_to_request int The maximum number of dimensions that can be requested for the specified report type. [optional]
max_number_of_metrics_to_request int The maximum number of metrics that can be requested for the specified report type. [optional]
metric_metadata \Ebay\Sell\Marketing\Model\MetricMetadata[] A list containing the metadata for the metrics in the report. [optional]
report_type string The report_type, as specified in the request to create the report task. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/marketing/types/plr:ReportTypeEnum&#39;&gt;eBay API documentation</a> [optional]

[Back to Model list] [Back to API list] [Back to README]