GoogleApi.AndroidPublisher.V3.Model.ReviewReplyResult (google_api_android_publisher v0.43.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.