Skip to content

Latest commit

 

History

History
341 lines (180 loc) · 8.73 KB

File metadata and controls

341 lines (180 loc) · 8.73 KB

root / docs / classes

[Back to README.md]

dataforseo-client / Exports / SerpGoogleEventsTaskGetAdvancedResultInfo

Class: SerpGoogleEventsTaskGetAdvancedResultInfo

Implements

Indexable

▪ [key: string]: any

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new SerpGoogleEventsTaskGetAdvancedResultInfo(data?): SerpGoogleEventsTaskGetAdvancedResultInfo

Parameters

Name Type
data? ISerpGoogleEventsTaskGetAdvancedResultInfo

Returns

SerpGoogleEventsTaskGetAdvancedResultInfo

Defined in

main.ts:44836

Properties

check_url

Optional check_url: string

direct URL to search engine results

Implementation of

ISerpGoogleEventsTaskGetAdvancedResultInfo.check_url

Defined in

main.ts:44812


datetime

Optional datetime: string

date and time when the result was received in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00” example: 2019-11-15 12:57:46 +00:00

Implementation of

ISerpGoogleEventsTaskGetAdvancedResultInfo.datetime

Defined in

main.ts:44817


item_types

Optional item_types: string[]

types of search results found in SERP possible item types: event_item

Implementation of

ISerpGoogleEventsTaskGetAdvancedResultInfo.item_types

Defined in

main.ts:44824


items

Optional items: BaseSerpElementItem[]

items in SERP

Implementation of

ISerpGoogleEventsTaskGetAdvancedResultInfo.items

Defined in

main.ts:44832


items_count

Optional items_count: number

the number of results returned in the items array

Implementation of

ISerpGoogleEventsTaskGetAdvancedResultInfo.items_count

Defined in

main.ts:44830


keyword

Optional keyword: string

keyword received in a POST array keyword is returned with decoded %## (plus symbol ‘+’ will be decoded to a space character)

Implementation of

ISerpGoogleEventsTaskGetAdvancedResultInfo.keyword

Defined in

main.ts:44801


language_code

Optional language_code: string

language code in this case, the value will be null

Implementation of

ISerpGoogleEventsTaskGetAdvancedResultInfo.language_code

Defined in

main.ts:44810


location_code

Optional location_code: number

location code in a POST array

Implementation of

ISerpGoogleEventsTaskGetAdvancedResultInfo.location_code

Defined in

main.ts:44807


se_domain

Optional se_domain: string

search engine domain in a POST array

Implementation of

ISerpGoogleEventsTaskGetAdvancedResultInfo.se_domain

Defined in

main.ts:44805


se_results_count

Optional se_results_count: number

total number of results in SERP in this case, the value will be 0 this search engine does not indicate the total number of results

Implementation of

ISerpGoogleEventsTaskGetAdvancedResultInfo.se_results_count

Defined in

main.ts:44828


spell

Optional spell: SpellInfo

autocorrection of the search engine if the search engine provided results for a keyword that was corrected, we will specify the keyword corrected by the search engine and the type of autocorrection

Implementation of

ISerpGoogleEventsTaskGetAdvancedResultInfo.spell

Defined in

main.ts:44820


type

Optional type: string

type of element

Implementation of

ISerpGoogleEventsTaskGetAdvancedResultInfo.type

Defined in

main.ts:44803

Methods

init

init(_data?): void

Parameters

Name Type
_data? any

Returns

void

Defined in

main.ts:44845


toJSON

toJSON(data?): any

Parameters

Name Type
data? any

Returns

any

Defined in

main.ts:44881


fromJS

fromJS(data): SerpGoogleEventsTaskGetAdvancedResultInfo

Parameters

Name Type
data any

Returns

SerpGoogleEventsTaskGetAdvancedResultInfo

Defined in

main.ts:44874

root / docs / classes

[Back to README.md]