Struct google_mirror1::Attachment [] [src]

pub struct Attachment {
    pub content_url: Option<String>,
    pub content_type: Option<String>,
    pub id: Option<String>,
    pub is_processing_content: Option<bool>,
}

Represents media content, such as a photo, that can be attached to a timeline item.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The URL for the content.

The MIME type of the attachment.

The ID of the attachment.

Indicates that the contentUrl is not available because the attachment content is still being processed. If the caller wishes to retrieve the content, it should try again later.

Trait Implementations

impl Default for Attachment
[src]

[src]

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

impl Clone for Attachment
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Attachment
[src]

[src]

Formats the value using the given formatter.

impl ResponseResult for Attachment
[src]