View Source GoogleApi.AndroidPublisher.V3.Model.ReviewReplyResult (google_api_android_publisher v0.34.1)

The result of replying/updating a reply to review.

Attributes

  • lastEdited (type: GoogleApi.AndroidPublisher.V3.Model.Timestamp.t, default: nil) - The time at which the reply took effect.
  • replyText (type: String.t, default: nil) - The reply text that was applied.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.ReviewReplyResult{
  lastEdited: GoogleApi.AndroidPublisher.V3.Model.Timestamp.t() | nil,
  replyText: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.