Struct google_plusdomains1::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

impl Default for ActivityObjectAttachmentsThumbnailsImage
[src]

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

impl Clone for ActivityObjectAttachmentsThumbnailsImage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ActivityObjectAttachmentsThumbnailsImage
[src]

Formats the value using the given formatter.

impl NestedType for ActivityObjectAttachmentsThumbnailsImage
[src]

impl Part for ActivityObjectAttachmentsThumbnailsImage
[src]