google_api_books v0.2.0 GoogleApi.Books.V1.Model.VolumeVolumeInfoImageLinks View Source

A list of image links for all the sizes that are available. (In LITE projection.)

Attributes

  • extraLarge (String.t): Image link for extra large size (width of ~1280 pixels). (In LITE projection) Defaults to: null.
  • large (String.t): Image link for large size (width of ~800 pixels). (In LITE projection) Defaults to: null.
  • medium (String.t): Image link for medium size (width of ~575 pixels). (In LITE projection) Defaults to: null.
  • small (String.t): Image link for small size (width of ~300 pixels). (In LITE projection) Defaults to: null.
  • smallThumbnail (String.t): Image link for small thumbnail size (width of ~80 pixels). (In LITE projection) Defaults to: null.
  • thumbnail (String.t): Image link for thumbnail size (width of ~128 pixels). (In LITE projection) Defaults to: null.

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.Books.V1.Model.VolumeVolumeInfoImageLinks{
  extraLarge: any(),
  large: any(),
  medium: any(),
  small: any(),
  smallThumbnail: any(),
  thumbnail: any()
}

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.