google_api_android_publisher v0.18.0 GoogleApi.AndroidPublisher.V3.Model.Review View Source
An Android app review.
Attributes
-
authorName
(type:String.t
, default:nil
) - The name of the user who wrote the review. -
comments
(type:list(GoogleApi.AndroidPublisher.V3.Model.Comment.t)
, default:nil
) - A repeated field containing comments for the review. -
reviewId
(type:String.t
, default:nil
) - Unique identifier for this review.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AndroidPublisher.V3.Model.Review{ authorName: String.t(), comments: [GoogleApi.AndroidPublisher.V3.Model.Comment.t()], reviewId: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.