Struct google_plusdomains1::ActivityObjectAttachmentsFullImage[][src]

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

The full image URL for photo attachments.

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

Fields

URL of the image.

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 ActivityObjectAttachmentsFullImage
[src]

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

impl Clone for ActivityObjectAttachmentsFullImage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ActivityObjectAttachmentsFullImage
[src]

Formats the value using the given formatter. Read more

impl NestedType for ActivityObjectAttachmentsFullImage
[src]

impl Part for ActivityObjectAttachmentsFullImage
[src]

Auto Trait Implementations