View Source GoogleApi.PlayDeveloperReporting.V1beta1.Model.GooglePlayDeveloperReportingV1beta1IssueAnnotation (google_api_play_developer_reporting v0.5.0)

Representation of an annotation message for an issue.

Attributes

  • body (type: String.t, default: nil) - Contains the contents of the annotation message.
  • category (type: String.t, default: nil) - Category that the annotation belongs to. An annotation will belong to a single category. Example categories: "Potential fix", "Insight".
  • title (type: String.t, default: nil) - Title for the annotation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.PlayDeveloperReporting.V1beta1.Model.GooglePlayDeveloperReportingV1beta1IssueAnnotation{
    body: String.t() | nil,
    category: String.t() | nil,
    title: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.