google_api_books v0.12.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 (type: String.t, default: nil) - Image link for extra large size (width of ~1280 pixels). (In LITE projection)
  • large (type: String.t, default: nil) - Image link for large size (width of ~800 pixels). (In LITE projection)
  • medium (type: String.t, default: nil) - Image link for medium size (width of ~575 pixels). (In LITE projection)
  • small (type: String.t, default: nil) - Image link for small size (width of ~300 pixels). (In LITE projection)
  • smallThumbnail (type: String.t, default: nil) - Image link for small thumbnail size (width of ~80 pixels). (In LITE projection)
  • thumbnail (type: String.t, default: nil) - Image link for thumbnail size (width of ~128 pixels). (In LITE projection)

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: String.t(),
  large: String.t(),
  medium: String.t(),
  small: String.t(),
  smallThumbnail: String.t(),
  thumbnail: 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.