AI-generated Key Takeaways
-
Represents media content, such as photos, that can be attached to timeline items.
-
Provides properties like
id
,contentType
,contentUrl
, andisProcessingContent
to describe the attachment. -
Includes methods to manage attachments such as
delete
,get
,insert
, andlist
. -
contentUrl
might be temporarily unavailable ifisProcessingContent
is true, requiring the caller to retry later.
For a list of methods for this resource, see the end of this page.
Resource representations
Represents media content, such as a photo, that can be attached to a timeline item.
{ "id": string, "contentType": string, "contentUrl": string, "isProcessingContent": boolean }
Property name | Value | Description | Notes |
---|---|---|---|
id |
string |
The ID of the attachment. | |
contentType |
string |
The MIME type of the attachment. | |
contentUrl |
string |
The URL for the content. | |
isProcessingContent |
boolean |
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. |
{ "id": string, "contentType": string, "contentUrl": string, "isProcessingContent": boolean }
Property name | Value | Description | Notes |
---|---|---|---|
contentType |
string |
The MIME type of the attachment. | |
contentUrl |
string |
The URL for the content. | |
id |
string |
The ID of the attachment. | |
isProcessingContent |
boolean |
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. |