Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GooglePlayDeveloperReportingV1beta1IssueAnnotation

import type { GooglePlayDeveloperReportingV1beta1IssueAnnotation } from "https://googleapis.deno.dev/v1/playdeveloperreporting:v1beta1.ts";

Representation of an annotation message for an issue.

interface GooglePlayDeveloperReportingV1beta1IssueAnnotation {
body?: string;
category?: string;
title?: string;
}

§Properties

§
body?: string
[src]

Contains the contents of the annotation message.

§
category?: string
[src]

Category that the annotation belongs to. An annotation will belong to a single category. Example categories: "Potential fix", "Insight".

§
title?: string
[src]

Title for the annotation.