View Source GoogleApi.Calendar.V3.Model.EventAttachment (google_api_calendar v0.23.1)

Attributes

  • fileId (type: String.t, default: nil) - 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.
  • fileUrl (type: String.t, default: nil) - 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. Required when adding an attachment.
  • iconLink (type: String.t, default: nil) - URL link to the attachment's icon. This field can only be modified for custom third-party attachments.
  • mimeType (type: String.t, default: nil) - Internet media type (MIME type) of the attachment.
  • title (type: String.t, default: nil) - Attachment title.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Calendar.V3.Model.EventAttachment{
  fileId: String.t() | nil,
  fileUrl: String.t() | nil,
  iconLink: String.t() | nil,
  mimeType: String.t() | nil,
  title: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.