google_api_custom_search v0.10.0 GoogleApi.CustomSearch.V1.Model.Search View Source
Attributes
context(type:GoogleApi.CustomSearch.V1.Model.Context.t, default:nil) -items(type:list(GoogleApi.CustomSearch.V1.Model.Result.t), default:nil) -kind(type:String.t, default:customsearch#search) -promotions(type:list(GoogleApi.CustomSearch.V1.Model.Promotion.t), default:nil) -queries(type:map(), default:nil) -searchInformation(type:GoogleApi.CustomSearch.V1.Model.SearchSearchInformation.t, default:nil) -spelling(type:GoogleApi.CustomSearch.V1.Model.SearchSpelling.t, default:nil) -url(type:GoogleApi.CustomSearch.V1.Model.SearchUrl.t, default:nil) -
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.CustomSearch.V1.Model.Search{
context: GoogleApi.CustomSearch.V1.Model.Context.t(),
items: [GoogleApi.CustomSearch.V1.Model.Result.t()],
kind: String.t(),
promotions: [GoogleApi.CustomSearch.V1.Model.Promotion.t()],
queries: map(),
searchInformation:
GoogleApi.CustomSearch.V1.Model.SearchSearchInformation.t(),
spelling: GoogleApi.CustomSearch.V1.Model.SearchSpelling.t(),
url: GoogleApi.CustomSearch.V1.Model.SearchUrl.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.