Struct google_androidpublisher2::api::UserComment [−][src]
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
android_os_version: Option<i32>Integer Android SDK version of the user's device at the time the review was written, e.g. 23 is Marshmallow. May be absent.
app_version_code: Option<i32>Integer version code of the app as installed at the time the review was written. May be absent.
app_version_name: Option<String>String version name of the app as installed at the time the review was written. May be absent.
device: Option<String>Codename for the reviewer's device, e.g. klte, flounder. May be absent.
device_metadata: Option<DeviceMetadata>Some information about the characteristics of the user's device
last_modified: Option<Timestamp>The last time at which this comment was updated.
original_text: Option<String>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.
reviewer_language: Option<String>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.
star_rating: Option<i32>The star rating associated with the review, from 1 to 5.
text: Option<String>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.
thumbs_down_count: Option<i32>Number of users who have given this review a thumbs down
thumbs_up_count: Option<i32>Number of users who have given this review a thumbs up
Trait Implementations
impl Clone for UserComment[src]
fn clone(&self) -> UserComment[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for UserComment[src]
impl Default for UserComment[src]
fn default() -> UserComment[src]
impl<'de> Deserialize<'de> for UserComment[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Part for UserComment[src]
impl Serialize for UserComment[src]
Auto Trait Implementations
impl RefUnwindSafe for UserComment[src]
impl Send for UserComment[src]
impl Sync for UserComment[src]
impl Unpin for UserComment[src]
impl UnwindSafe for UserComment[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,