google_api_custom_search v0.6.0 GoogleApi.CustomSearch.V1.Model.Result View Source

Attributes

  • cacheId (type: String.t, default: nil) -
  • displayLink (type: String.t, default: nil) -
  • fileFormat (type: String.t, default: nil) -
  • formattedUrl (type: String.t, default: nil) -
  • htmlFormattedUrl (type: String.t, default: nil) -
  • htmlSnippet (type: String.t, default: nil) -
  • htmlTitle (type: String.t, default: nil) -
  • image (type: GoogleApi.CustomSearch.V1.Model.ResultImage.t, default: nil) -
  • kind (type: String.t, default: customsearch#result) -
  • labels (type: list(GoogleApi.CustomSearch.V1.Model.ResultLabels.t), default: nil) -
  • link (type: String.t, default: nil) -
  • mime (type: String.t, default: nil) -
  • pagemap (type: map(), default: nil) -
  • snippet (type: String.t, default: nil) -
  • title (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.Result{
  cacheId: String.t(),
  displayLink: String.t(),
  fileFormat: String.t(),
  formattedUrl: String.t(),
  htmlFormattedUrl: String.t(),
  htmlSnippet: String.t(),
  htmlTitle: String.t(),
  image: GoogleApi.CustomSearch.V1.Model.ResultImage.t(),
  kind: String.t(),
  labels: [GoogleApi.CustomSearch.V1.Model.ResultLabels.t()],
  link: String.t(),
  mime: String.t(),
  pagemap: map(),
  snippet: String.t(),
  title: 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.