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

Attributes

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