Struct google_androidpublisher2::ReviewsReplyRequest[][src]

pub struct ReviewsReplyRequest {
    pub reply_text: Option<String>,
}

There is no detailed description.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The text to set as the reply. Replies of more than approximately 350 characters will be rejected. HTML tags will be stripped.

Trait Implementations

impl Default for ReviewsReplyRequest
[src]

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

impl Clone for ReviewsReplyRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ReviewsReplyRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for ReviewsReplyRequest
[src]

Auto Trait Implementations