google_api_custom_search v0.11.0 GoogleApi.CustomSearch.V1.Model.ResultImage View Source

Image belonging to a custom search result.

Attributes

  • byteSize (type: integer(), default: nil) - The size of the image, in pixels.
  • contextLink (type: String.t, default: nil) - A URL pointing to the webpage hosting the image.
  • height (type: integer(), default: nil) - The height of the image, in pixels.
  • thumbnailHeight (type: integer(), default: nil) - The height of the thumbnail image, in pixels.
  • thumbnailLink (type: String.t, default: nil) - A URL to the thumbnail image.
  • thumbnailWidth (type: integer(), default: nil) - The width of the thumbnail image, in pixels.
  • width (type: integer(), default: nil) - The width of the image, in pixels.

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.ResultImage{
  byteSize: integer(),
  contextLink: String.t(),
  height: integer(),
  thumbnailHeight: integer(),
  thumbnailLink: String.t(),
  thumbnailWidth: integer(),
  width: integer()
}

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.