Struct google_androidpublisher2::ReviewReplyResult [] [src]

pub struct ReviewReplyResult {
    pub reply_text: Option<String>,
    pub last_edited: Option<Timestamp>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

The reply text that was applied.

The time at which the reply took effect.

Trait Implementations

impl Default for ReviewReplyResult
[src]

Returns the "default value" for a type. Read more

impl Clone for ReviewReplyResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ReviewReplyResult
[src]

Formats the value using the given formatter.

impl Part for ReviewReplyResult
[src]