Struct google_kgsearch1::SearchResponse [] [src]

pub struct SearchResponse {
    pub type_: Option<String>,
    pub item_list_element: Option<Vec<String>>,
    pub context: Option<String>,
}

Response message includes the context and a list of matching results which contain the detail of associated entities.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The schema type of top-level JSON-LD object, e.g. ItemList.

The item list of search results.

The local context applicable for the response. See more details at http://www.w3.org/TR/json-ld/#context-definitions.

Trait Implementations

impl Default for SearchResponse
[src]

Returns the "default value" for a type. Read more

impl Clone for SearchResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SearchResponse
[src]

Formats the value using the given formatter.

impl ResponseResult for SearchResponse
[src]