Show / Hide Table of Contents

Class GooglePlayDeveloperReportingV1beta1IssueAnnotation

Representation of an annotation message for an issue.

Inheritance
object
GooglePlayDeveloperReportingV1beta1IssueAnnotation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX