Struct google_plusdomains1::MediaAuthor[][src]

pub struct MediaAuthor {
    pub url: Option<String>,
    pub image: Option<MediaAuthorImage>,
    pub display_name: Option<String>,
    pub id: Option<String>,
}

The person who uploaded this media.

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

Fields

A link to the author's Google profile.

The author's Google profile image.

The author's name.

ID of the author.

Trait Implementations

impl Default for MediaAuthor
[src]

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

impl Clone for MediaAuthor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MediaAuthor
[src]

Formats the value using the given formatter. Read more

impl NestedType for MediaAuthor
[src]

impl Part for MediaAuthor
[src]

Auto Trait Implementations

impl Send for MediaAuthor

impl Sync for MediaAuthor