google_api_custom_search v0.2.0 GoogleApi.CustomSearch.V1.Model.Search View Source
Attributes
- context (GoogleApi.CustomSearch.V1.Model.Context.t): Defaults to
nil
. - items (list(GoogleApi.CustomSearch.V1.Model.Result.t)): Defaults to
nil
. - kind (String.t): Defaults to
customsearch#search
. - promotions (list(GoogleApi.CustomSearch.V1.Model.Promotion.t)): Defaults to
nil
. - queries (map()): Defaults to
nil
. - searchInformation (GoogleApi.CustomSearch.V1.Model.SearchSearchInformation.t): Defaults to
nil
. - spelling (GoogleApi.CustomSearch.V1.Model.SearchSpelling.t): Defaults to
nil
. - url (GoogleApi.CustomSearch.V1.Model.SearchUrl.t): Defaults to
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 Source
t()
View Source
t() :: %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()
}
t() :: %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
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.