Show / Hide Table of Contents

Class DeveloperComment

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

Properties

ETag

The ETag of the item.

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

LastModified

The last time at which this comment was updated.

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

Text

The content of the comment, i.e. reply body.

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

Implements

IDirectResponseSchema
Back to top