Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 1.4 KB

AttachmentResponseAllOf.md

File metadata and controls

15 lines (11 loc) · 1.4 KB

Asana.AttachmentResponseAllOf

Properties

Name Type Description Notes
createdAt Date The time at which this resource was created. [optional] [readonly]
downloadUrl String The URL containing the content of the attachment. Note: May be null if the attachment is hosted by Box and will be null if the attachment is a Video Message hosted by Vimeo. If present, this URL may only be valid for two minutes from the time of retrieval. You should avoid persisting this URL somewhere and just refresh it on demand to ensure you do not keep stale URLs. [optional] [readonly]
permanentUrl String [optional] [readonly]
host String The service hosting the attachment. Valid values are `asana`, `dropbox`, `gdrive`, `box`, and `vimeo`. [optional] [readonly]
parent TaskCompact [optional]
size Number The size of the attachment in bytes. Only present when the `resource_subtype` is `asana`. [optional] [readonly]
viewUrl String The URL where the attachment can be viewed, which may be friendlier to users in a browser than just directing them to a raw file. May be null if no view URL exists for the service. [optional] [readonly]