GoogleApi.AndroidPublisher.V3.Model.ReviewReplyResult (google_api_android_publisher v0.26.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.
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.ReviewReplyResult{ lastEdited: GoogleApi.AndroidPublisher.V3.Model.Timestamp.t() | nil, replyText: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.