View Source GoogleApi.Books.V1.Model.Review (google_api_books v0.21.0)
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:nil) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Books.V1.Model.Review{ author: GoogleApi.Books.V1.Model.ReviewAuthor.t() | nil, content: String.t() | nil, date: String.t() | nil, fullTextUrl: String.t() | nil, kind: String.t() | nil, rating: String.t() | nil, source: GoogleApi.Books.V1.Model.ReviewSource.t() | nil, title: String.t() | nil, type: String.t() | nil, volumeId: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.