Class GooglePlayDeveloperReportingV1beta1IssueAnnotation
Representation of an annotation message for an issue.
Implements
Inherited Members
Namespace: Google.Apis.Playdeveloperreporting.v1beta1.Data
Assembly: Google.Apis.Playdeveloperreporting.v1beta1.dll
Syntax
public class GooglePlayDeveloperReportingV1beta1IssueAnnotation : IDirectResponseSchema
Properties
Body
Contains the contents of the annotation message.
Declaration
[JsonProperty("body")]
public virtual string Body { get; set; }
Property Value
Type | Description |
---|---|
string |
Category
Category that the annotation belongs to. An annotation will belong to a single category. Example categories: "Potential fix", "Insight".
Declaration
[JsonProperty("category")]
public virtual string Category { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
Title for the annotation.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |