brandon14/ebay-sdk-php

View on GitHub
src/Sell/Feed/V1/docs/Model/ServiceMetricsTask.md

Summary

Maintainability
Test Coverage
# # ServiceMetricsTask

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**completion_date** | **string** | The timestamp when the customer service metrics task went into the <code>COMPLETED</code> or <code>COMPLETED_WITH_ERROR</code> state. This field is only returned if the status is one of the two completed values. This state means that eBay has compiled the report for the seller based on the seller’s filter criteria, and the seller can run a <strong>getResultFile</strong> call to download the report. | [optional]
**creation_date** | **string** | The date the customer service metrics task was created. | [optional]
**detail_href** | **string** | The relative <strong>getCustomerServiceMetricTask</strong> call URI path to retrieve the corresponding task. | [optional]
**feed_type** | **string** | The feed type associated with the task. | [optional]
**filter_criteria** | [**\TNT\Ebay\Sell\Feed\V1\Model\CustomerServiceMetricsFilterCriteria**](CustomerServiceMetricsFilterCriteria.md) |  | [optional]
**schema_version** | **string** | The schema version number of the file format. If omitted, the default value is used. <p><b>Default value: </b><code>1.0</code><p> | [optional]
**status** | **string** | An enumeration value that indicates the state of the task. See <strong>FeedStatusEnum</strong> for values. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/feed/types/api:FeedStatusEnum'>eBay API documentation</a> | [optional]
**task_id** | **string** | The unique eBay-assigned ID of the task. | [optional]

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