Struct google_plusdomains1::MediaAuthorImage[][src]

pub struct MediaAuthorImage {
    pub url: Option<String>,
}

The author's Google profile image.

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

Fields

The URL of the author's profile photo. To resize the image and crop it to a square, append the query string ?sz=x, where x is the dimension in pixels of each side.

Trait Implementations

impl Default for MediaAuthorImage
[src]

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

impl Clone for MediaAuthorImage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MediaAuthorImage
[src]

Formats the value using the given formatter. Read more

impl NestedType for MediaAuthorImage
[src]

impl Part for MediaAuthorImage
[src]

Auto Trait Implementations