Show / Hide Table of Contents

Class Review

Inheritance
System.Object
Review
Implements
IDirectResponseSchema
Namespace: Google.Apis.AndroidPublisher.v2.Data
Assembly: Google.Apis.AndroidPublisher.v2.dll
Syntax
public class Review : object, IDirectResponseSchema

Properties

AuthorName

The name of the user who wrote the review.

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

Comments

A repeated field containing comments for the review.

Declaration
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
public virtual string ReviewId { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top