Struct google_plusdomains1::ActivityObjectAttachmentsThumbnails [] [src]

pub struct ActivityObjectAttachmentsThumbnails {
    pub url: Option<String>,
    pub image: Option<ActivityObjectAttachmentsThumbnailsImage>,
    pub description: Option<String>,
}

If the attachment is an album, this property is a list of potential additional thumbnails from the album.

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

Fields

URL of the webpage containing the image.

Image resource.

Potential name of the thumbnail.

Trait Implementations

impl Default for ActivityObjectAttachmentsThumbnails
[src]

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

impl Clone for ActivityObjectAttachmentsThumbnails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ActivityObjectAttachmentsThumbnails
[src]

Formats the value using the given formatter.

impl NestedType for ActivityObjectAttachmentsThumbnails
[src]

impl Part for ActivityObjectAttachmentsThumbnails
[src]