View Source GoogleApi.Books.V1.Model.ReviewSource (google_api_books v0.21.0)

Information regarding the source of this review, when the review is not from a Google Books user.

Attributes

  • description (type: String.t, default: nil) - Name of the source.
  • extraDescription (type: String.t, default: nil) - Extra text about the source of the review.
  • url (type: String.t, default: nil) - URL of the source of the review.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Books.V1.Model.ReviewSource{
  description: String.t() | nil,
  extraDescription: String.t() | nil,
  url: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.