Struct google_doubleclickbidmanager1::Note [] [src]

pub struct Note {
    pub username: Option<String>,
    pub source: Option<String>,
    pub message: Option<String>,
    pub id: Option<String>,
    pub timestamp: Option<String>,
}

Publisher comment from Rubicon.

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

Fields

Publisher user name.

Equals "publisher" for notification from Rubicon.

Message from publisher.

Note id.

Time when the note was added, e.g. "2015-12-16T17:25:35.000-08:00".

Trait Implementations

impl Debug for Note
[src]

Formats the value using the given formatter.

impl Clone for Note
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Note
[src]

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

impl Part for Note
[src]