Struct google_plus1::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: Option<String>
URL of the webpage containing the image.
image: Option<ActivityObjectAttachmentsThumbnailsImage>
Image resource.
description: Option<String>
Potential name of the thumbnail.
Trait Implementations
impl Debug for ActivityObjectAttachmentsThumbnails[src]
impl Clone for ActivityObjectAttachmentsThumbnails[src]
fn clone(&self) -> ActivityObjectAttachmentsThumbnails
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for ActivityObjectAttachmentsThumbnails[src]
fn default() -> ActivityObjectAttachmentsThumbnails
Returns the "default value" for a type. Read more