Show / Hide Table of Contents

Class Review

An Android app review.

Inheritance
object
Review
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.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class Review : IDirectResponseSchema

Properties

AuthorName

The name of the user who wrote the review.

Declaration
[JsonProperty("authorName")]
public virtual string AuthorName { get; set; }
Property Value
Type Description
string

Comments

A repeated field containing comments for the review.

Declaration
[JsonProperty("comments")]
public virtual IList<Comment> Comments { get; set; }
Property Value
Type Description
IList<Comment>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ReviewId

Unique identifier for this review.

Declaration
[JsonProperty("reviewId")]
public virtual string ReviewId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX