View Source GoogleApi.AndroidPublisher.V3.Model.Review (google_api_android_publisher v0.33.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.Review{
  authorName: String.t() | nil,
  comments: [GoogleApi.AndroidPublisher.V3.Model.Comment.t()] | nil,
  reviewId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.