Struct google_plusdomains1::ActivityObjectAttachmentsPreviewThumbnails [] [src]

pub struct ActivityObjectAttachmentsPreviewThumbnails {
    pub url: Option<String>,
}

When previewing, these are the optional thumbnails for the post. When posting an article, choose one by setting the attachment.image.url property. If you don't choose one, one will be chosen for you.

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

Fields

URL of the thumbnail image.

Trait Implementations

impl Default for ActivityObjectAttachmentsPreviewThumbnails
[src]

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

impl Clone for ActivityObjectAttachmentsPreviewThumbnails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ActivityObjectAttachmentsPreviewThumbnails
[src]

Formats the value using the given formatter.

impl NestedType for ActivityObjectAttachmentsPreviewThumbnails
[src]

impl Part for ActivityObjectAttachmentsPreviewThumbnails
[src]