Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Important
APIs under the /beta
version are subject to change. Use of these APIs in production applications is not supported.
Represents a message attachment, such as cards and images.
Properties
Property | Type | Description |
---|---|---|
attachmentId |
String | The identifier for the attachment. This identifier is only unique within the message scope. |
content |
String | The content of the attachment. |
contentType |
String | The type of the content. For example, reference , file , and image/imageType . |
contentUrl |
String | The URL of the content. |
name |
String | The name of the attachment. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"attachmentId": "String",
"content": "String",
"contentType": "String",
"contentUrl": "String",
"name": "String"
}