Struct google_plus1::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: Option<String>
URL of the image.
width: Option<u32>
The width, in pixels, of the linked resource.
type_: Option<String>
Media type of the link.
height: Option<u32>
The height, in pixels, of the linked resource.
Trait Implementations
impl Debug for ActivityObjectAttachmentsFullImage[src]
impl Clone for ActivityObjectAttachmentsFullImage[src]
fn clone(&self) -> ActivityObjectAttachmentsFullImage
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 ActivityObjectAttachmentsFullImage[src]
fn default() -> ActivityObjectAttachmentsFullImage
Returns the "default value" for a type. Read more