Show / Hide Table of Contents

Class ReviewsReplyResponse

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

Properties

ETag

The ETag of the item.

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

Result

Declaration
public virtual ReviewReplyResult Result { get; set; }
Property Value
Type Description
ReviewReplyResult

Implements

IDirectResponseSchema
Back to top