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