brandon14/ebay-sdk-php

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

Summary

Maintainability
Test Coverage
# # MetadataHeader

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**key** | **string** | The key value used for the report. For example: "key": "LISTING_ID" | [optional]
**metadata_keys** | [**\TNT\Ebay\Sell\Analytics\V1\Model\Definition[]**](Definition.md) | The list of dimension key values used for the report header. Each list element contains the key name, its data type, and its localized name. For example: "metadataKeys": [   "key": "LISTING_TITLE",   "localizedName": "Listing title",   "dataType": "STRING" | [optional]

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