google_api_android_publisher v0.14.0 GoogleApi.AndroidPublisher.V3.Model.Review View Source

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

Link to this type

t()

View Source
t() :: %GoogleApi.AndroidPublisher.V3.Model.Review{
  authorName: String.t(),
  comments: [GoogleApi.AndroidPublisher.V3.Model.Comment.t()],
  reviewId: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.