Class EventAttachment
public class EventAttachment : IDirectResponseSchema
- Inheritance
-
EventAttachment
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
EventAttachment()
public EventAttachment()
Properties
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
FileId
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.
public virtual string FileId { get; set; }
Property Value
FileUrl
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.
public virtual string FileUrl { get; set; }
Property Value
IconLink
URL link to the attachment's icon. Read-only.
public virtual string IconLink { get; set; }
Property Value
MimeType
Internet media type (MIME type) of the attachment.
public virtual string MimeType { get; set; }
Property Value
Title
Attachment title.
public virtual string Title { get; set; }