google_api_books v0.6.0 GoogleApi.Books.V1.Model.Review View Source
Attributes
author
(type:GoogleApi.Books.V1.Model.ReviewAuthor.t
, default:nil
) - Author of this review.content
(type:String.t
, default:nil
) - Review text.date
(type:String.t
, default:nil
) - Date of this review.fullTextUrl
(type:String.t
, default:nil
) - URL for the full review text, for reviews gathered from the web.kind
(type:String.t
, default:books#review
) - Resource type for a review.rating
(type:String.t
, default:nil
) - Star rating for this review. Possible values are ONE, TWO, THREE, FOUR, FIVE or NOT_RATED.source
(type:GoogleApi.Books.V1.Model.ReviewSource.t
, default:nil
) - Information regarding the source of this review, when the review is not from a Google Books user.title
(type:String.t
, default:nil
) - Title for this review.type
(type:String.t
, default:nil
) - Source type for this review. Possible values are EDITORIAL, WEB_USER or GOOGLE_USER.volumeId
(type:String.t
, default:nil
) - Volume that this review is for.
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()
View Source
t() :: %GoogleApi.Books.V1.Model.Review{
author: GoogleApi.Books.V1.Model.ReviewAuthor.t(),
content: String.t(),
date: String.t(),
fullTextUrl: String.t(),
kind: String.t(),
rating: String.t(),
source: GoogleApi.Books.V1.Model.ReviewSource.t(),
title: String.t(),
type: String.t(),
volumeId: String.t()
}
t() :: %GoogleApi.Books.V1.Model.Review{ author: GoogleApi.Books.V1.Model.ReviewAuthor.t(), content: String.t(), date: String.t(), fullTextUrl: String.t(), kind: String.t(), rating: String.t(), source: GoogleApi.Books.V1.Model.ReviewSource.t(), title: String.t(), type: String.t(), volumeId: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.