google_api_custom_search v0.2.0 GoogleApi.CustomSearch.V1.Model.Query View Source

Attributes

  • highRange (String.t): Defaults to nil.
  • searchType (String.t): Defaults to nil.
  • cr (String.t): Defaults to nil.
  • dateRestrict (String.t): Defaults to nil.
  • title (String.t): Defaults to nil.
  • cx (String.t): Defaults to nil.
  • exactTerms (String.t): Defaults to nil.
  • searchTerms (String.t): Defaults to nil.
  • count (integer()): Defaults to nil.
  • startPage (integer()): Defaults to nil.
  • imgDominantColor (String.t): Defaults to nil.
  • hl (String.t): Defaults to nil.
  • imgColorType (String.t): Defaults to nil.
  • excludeTerms (String.t): Defaults to nil.
  • lowRange (String.t): Defaults to nil.
  • disableCnTwTranslation (String.t): Defaults to nil.
  • rights (String.t): Defaults to nil.
  • imgType (String.t): Defaults to nil.
  • fileType (String.t): Defaults to nil.
  • imgSize (String.t): Defaults to nil.
  • siteSearchFilter (String.t): Defaults to nil.
  • siteSearch (String.t): Defaults to nil.
  • gl (String.t): Defaults to nil.
  • orTerms (String.t): Defaults to nil.
  • sort (String.t): Defaults to nil.
  • linkSite (String.t): Defaults to nil.
  • filter (String.t): Defaults to nil.
  • totalResults (String.t): Defaults to nil.
  • outputEncoding (String.t): Defaults to nil.
  • language (String.t): Defaults to nil.
  • inputEncoding (String.t): Defaults to nil.
  • relatedSite (String.t): Defaults to nil.
  • safe (String.t): Defaults to nil.
  • startIndex (integer()): Defaults to nil.
  • hq (String.t): Defaults to nil.
  • googleHost (String.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() :: %GoogleApi.CustomSearch.V1.Model.Query{
  lowRange: String.t(),
  sort: String.t(),
  relatedSite: String.t(),
  rights: String.t(),
  inputEncoding: String.t(),
  fileType: String.t(),
  orTerms: String.t(),
  startPage: integer(),
  totalResults: String.t(),
  siteSearch: String.t(),
  language: String.t(),
  excludeTerms: String.t(),
  imgSize: String.t(),
  safe: String.t(),
  cr: String.t(),
  siteSearchFilter: String.t(),
  cx: String.t(),
  linkSite: String.t(),
  gl: String.t(),
  dateRestrict: String.t(),
  outputEncoding: String.t(),
  searchType: String.t(),
  startIndex: integer(),
  searchTerms: String.t(),
  hl: String.t(),
  disableCnTwTranslation: String.t(),
  googleHost: String.t(),
  title: String.t(),
  exactTerms: String.t(),
  count: integer(),
  highRange: String.t(),
  imgDominantColor: String.t(),
  hq: String.t(),
  filter: String.t(),
  imgColorType: String.t(),
  imgType: String.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.