Struct google_androidpublisher3::DeveloperComment[][src]

pub struct DeveloperComment {
    pub last_modified: Option<Timestamp>,
    pub text: Option<String>,
}

There is no detailed description.

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

Fields

The last time at which this comment was updated.

The content of the comment, i.e. reply body.

Trait Implementations

impl Default for DeveloperComment
[src]

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

impl Clone for DeveloperComment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DeveloperComment
[src]

Formats the value using the given formatter. Read more

impl Part for DeveloperComment
[src]

Auto Trait Implementations