brandon14/ebay-sdk-php

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

Summary

Maintainability
Test Coverage
# # Definition

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**data_type** | **string** | Indicates the data type of the returned dimension. For example, if the dimension is day, the data type is DATE. For implementation help, refer to <a href='https://developer.ebay.com/devzone/rest/api-ref/analytics/types/DataTypeEnum.html'>eBay API documentation</a> | [optional]
**key** | **string** | The value the dimension or metric parameter as submitted in the request. | [optional]
**localized_name** | **string** | The localized name of the metric or dimension (translated into the language specified in the Accept-Language HTTP request header). For example, if Accept-Language is set to de-DE, the value "day" in the dimension container is returned as "tag", and a metric of TRANSACTION is returned as "Transaktionsanzahl". | [optional]

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