Show / Hide Table of Contents

Class ReviewReplyResult

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

Properties

ETag

The ETag of the item.

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

LastEdited

The time at which the reply took effect.

Declaration
public virtual Timestamp LastEdited { get; set; }
Property Value
Type Description
Timestamp

ReplyText

The reply text that was applied.

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

Implements

IDirectResponseSchema
Back to top