google_api_android_publisher v0.6.0 GoogleApi.AndroidPublisher.V3.Model.UserComment View Source
Attributes
androidOsVersion
(type:integer()
, default:nil
) - Integer Android SDK version of the user's device at the time the review was written, e.g. 23 is Marshmallow. May be absent.appVersionCode
(type:integer()
, default:nil
) - Integer version code of the app as installed at the time the review was written. May be absent.appVersionName
(type:String.t
, default:nil
) - String version name of the app as installed at the time the review was written. May be absent.device
(type:String.t
, default:nil
) - Codename for the reviewer's device, e.g. klte, flounder. May be absent.deviceMetadata
(type:GoogleApi.AndroidPublisher.V3.Model.DeviceMetadata.t
, default:nil
) - Some information about the characteristics of the user's devicelastModified
(type:GoogleApi.AndroidPublisher.V3.Model.Timestamp.t
, default:nil
) - The last time at which this comment was updated.originalText
(type:String.t
, default:nil
) - Untranslated text of the review, in the case where the review has been translated. If the review has not been translated this is left blank.reviewerLanguage
(type:String.t
, default:nil
) - 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.starRating
(type:integer()
, default:nil
) - The star rating associated with the review, from 1 to 5.text
(type:String.t
, default:nil
) - 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.thumbsDownCount
(type:integer()
, default:nil
) - Number of users who have given this review a thumbs downthumbsUpCount
(type:integer()
, default:nil
) - Number of users who have given this review a thumbs up
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.AndroidPublisher.V3.Model.UserComment{ androidOsVersion: integer(), appVersionCode: integer(), appVersionName: String.t(), device: String.t(), deviceMetadata: GoogleApi.AndroidPublisher.V3.Model.DeviceMetadata.t(), lastModified: GoogleApi.AndroidPublisher.V3.Model.Timestamp.t(), originalText: String.t(), reviewerLanguage: String.t(), starRating: integer(), text: String.t(), thumbsDownCount: integer(), thumbsUpCount: integer() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.