Show / Hide Table of Contents

Class UserComment

User entry from conversation between user and developer.

Inheritance
object
UserComment
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 UserComment : IDirectResponseSchema

Properties

AndroidOsVersion

Integer Android SDK version of the user's device at the time the review was written, e.g. 23 is Marshmallow. May be absent.

Declaration
[JsonProperty("androidOsVersion")]
public virtual int? AndroidOsVersion { get; set; }
Property Value
Type Description
int?

AppVersionCode

Integer version code of the app as installed at the time the review was written. May be absent.

Declaration
[JsonProperty("appVersionCode")]
public virtual int? AppVersionCode { get; set; }
Property Value
Type Description
int?

AppVersionName

String version name of the app as installed at the time the review was written. May be absent.

Declaration
[JsonProperty("appVersionName")]
public virtual string AppVersionName { get; set; }
Property Value
Type Description
string

Device

Codename for the reviewer's device, e.g. klte, flounder. May be absent.

Declaration
[JsonProperty("device")]
public virtual string Device { get; set; }
Property Value
Type Description
string

DeviceMetadata

Information about the characteristics of the user's device.

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

ETag

The ETag of the item.

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

LastModified

The last time at which this comment was updated.

Declaration
[JsonProperty("lastModified")]
public virtual Timestamp LastModified { get; set; }
Property Value
Type Description
Timestamp

OriginalText

Untranslated text of the review, where the review was translated. If the review was not translated this is left blank.

Declaration
[JsonProperty("originalText")]
public virtual string OriginalText { get; set; }
Property Value
Type Description
string

ReviewerLanguage

Language code for the reviewer. This is taken from the device settings so is not guaranteed to match the language the review is written in. May be absent.

Declaration
[JsonProperty("reviewerLanguage")]
public virtual string ReviewerLanguage { get; set; }
Property Value
Type Description
string

StarRating

The star rating associated with the review, from 1 to 5.

Declaration
[JsonProperty("starRating")]
public virtual int? StarRating { get; set; }
Property Value
Type Description
int?

Text

The content of the comment, i.e. review body. In some cases users have been able to write a review with separate title and body; in those cases the title and body are concatenated and separated by a tab character.

Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
Type Description
string

ThumbsDownCount

Number of users who have given this review a thumbs down.

Declaration
[JsonProperty("thumbsDownCount")]
public virtual int? ThumbsDownCount { get; set; }
Property Value
Type Description
int?

ThumbsUpCount

Number of users who have given this review a thumbs up.

Declaration
[JsonProperty("thumbsUpCount")]
public virtual int? ThumbsUpCount { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX