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

Developer entry from conversation between user and developer.

Attributes

  • lastModified (type: GoogleApi.AndroidPublisher.V3.Model.Timestamp.t, default: nil) - The last time at which this comment was updated.
  • text (type: String.t, default: nil) - The content of the comment, i.e. reply body.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.DeveloperComment{
  lastModified: GoogleApi.AndroidPublisher.V3.Model.Timestamp.t() | nil,
  text: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.