Struct google_plus1::ActivityObjectAttachmentsImage[][src]

pub struct ActivityObjectAttachmentsImage {
    pub url: Option<String>,
    pub width: Option<u32>,
    pub type_: Option<String>,
    pub height: Option<u32>,
}

The preview image for photos or videos.

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

Fields

Image URL.

The width, in pixels, of the linked resource.

Media type of the link.

The height, in pixels, of the linked resource.

Trait Implementations

impl Default for ActivityObjectAttachmentsImage
[src]

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

impl Clone for ActivityObjectAttachmentsImage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ActivityObjectAttachmentsImage
[src]

Formats the value using the given formatter. Read more

impl NestedType for ActivityObjectAttachmentsImage
[src]

impl Part for ActivityObjectAttachmentsImage
[src]

Auto Trait Implementations