Class Comment
An entry of conversation between user and developer.
Implements
Inherited Members
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 |