Show / Hide Table of Contents

Class Review

An Android app review.

Inheritance
System.Object
Review
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.String

Comments

A repeated field containing comments for the review.

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

ETag

The ETag of the item.

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

ReviewId

Unique identifier for this review.

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

Implements

IDirectResponseSchema
In This Article
Back to top