brandon14/ebay-sdk-php

View on GitHub
src/Sell/Analytics/V1/docs/Model/Report.md

Summary

Maintainability
Test Coverage
# # Report

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**dimension_metadata** | [**\TNT\Ebay\Sell\Analytics\V1\Model\Metadata[]**](Metadata.md) | A complex type containing the header of the report and the type of data containted in the rows of the report. | [optional]
**end_date** | **string** | The time stamp is formatted as an ISO 8601 string, which is based on the 24-hour Universal Coordinated Time (UTC) clock. If you specify an end date that is beyond the lastUpdatedDate value, eBay returns a report that contains data only up to the lastUpdateDate date. Format: [YYYY]-[MM]-[DD]T[hh]:[mm]:[ss].[sss]Z Example: 2018-08-20T07:09:00.000Z | [optional]
**header** | [**\TNT\Ebay\Sell\Analytics\V1\Model\Header**](Header.md) |  | [optional]
**last_updated_date** | **string** | The date and time, in ISO 8601 format, that indicates the last time the data returned in the report was updated. | [optional]
**records** | [**\TNT\Ebay\Sell\Analytics\V1\Model\Record[]**](Record.md) | A complex type containing the individual data records for the traffic report. | [optional]
**start_date** | **string** | The start date of the date range used to calculate the report, in ISO 8601 format. | [optional]
**warnings** | [**\TNT\Ebay\Sell\Analytics\V1\Model\Error[]**](Error.md) | An array of any process errors or warnings that were generated during the processing of the call processing. | [optional]

[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)