Struct google_plus1::ActivityObjectAttachmentsThumbnailsImage[][src]

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

Image resource.

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

Auto Trait Implementations