Show / Hide Table of Contents

Class Comment

An entry of conversation between user and developer.

Inheritance
object
Comment
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class Comment : IDirectResponseSchema

Properties

DeveloperComment

A comment from a developer.

Declaration
[JsonProperty("developerComment")]
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
string

UserComment

A comment from a user.

Declaration
[JsonProperty("userComment")]
public virtual UserComment UserComment { get; set; }
Property Value
Type Description
UserComment

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX