Show / Hide Table of Contents

Class Comment

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

Properties

DeveloperComment

A comment from a developer.

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

ETag

The ETag of the item.

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

UserComment

A comment from a user.

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

Implements

IDirectResponseSchema
Back to top