Skip to content

Latest commit

 

History

History
164 lines (93 loc) · 3.25 KB

File metadata and controls

164 lines (93 loc) · 3.25 KB

root / docs / classes

[Back to README.md]

dataforseo-client / Exports / AppendixStatusEndpointsInfo

Class: AppendixStatusEndpointsInfo

Implements

Indexable

▪ [key: string]: any

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new AppendixStatusEndpointsInfo(data?): AppendixStatusEndpointsInfo

Parameters

Name Type
data? IAppendixStatusEndpointsInfo

Returns

AppendixStatusEndpointsInfo

Defined in

main.ts:212697

Properties

endpoint

Optional endpoint: string

name of the endpoint the list of possible endpoints: task_get task_post live postback/pingback

Implementation of

IAppendixStatusEndpointsInfo.endpoint

Defined in

main.ts:212683


status

Optional status: string

current status you can find all information about the statuses of our endpoints for the last 60 days here the list of possible current statuses: major_outage partial_outage long_response_time long_execution_time webhook_delay send_delay

Implementation of

IAppendixStatusEndpointsInfo.status

Defined in

main.ts:212693

Methods

init

init(_data?): void

Parameters

Name Type
_data? any

Returns

void

Defined in

main.ts:212706


toJSON

toJSON(data?): any

Parameters

Name Type
data? any

Returns

any

Defined in

main.ts:212724


fromJS

fromJS(data): AppendixStatusEndpointsInfo

Parameters

Name Type
data any

Returns

AppendixStatusEndpointsInfo

Defined in

main.ts:212717

root / docs / classes

[Back to README.md]