Struct google_calendar3::EventAttachment [] [src]

pub struct EventAttachment {
    pub mime_type: Option<String>,
    pub icon_link: Option<String>,
    pub file_url: Option<String>,
    pub file_id: Option<String>,
    pub title: Option<String>,
}

There is no detailed description.

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

Fields

Internet media type (MIME type) of the attachment.

URL link to the attachment's icon. Read-only.

URL link to the attachment. For adding Google Drive file attachments use the same format as in alternateLink property of the Files resource in the Drive API.

ID of the attached file. Read-only. For Google Drive files, this is the ID of the corresponding Files resource entry in the Drive API.

Attachment title.

Trait Implementations

impl Default for EventAttachment
[src]

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

impl Clone for EventAttachment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EventAttachment
[src]

Formats the value using the given formatter.

impl Part for EventAttachment
[src]