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.
Namespace: microsoft.graph
Represents an attachment associated with a serviceUpdateMessage object.
Methods
| Method | Return type | Description |
|---|---|---|
| Get | serviceAnnouncementAttachment | Read the properties and relationships of a serviceAnnouncementAttachment object. |
Properties
| Property | Type | Description |
|---|---|---|
| content | Stream | The attachment content. |
| contentType | String | The content type of the attachment. |
| id | String | The attachment ID. Inherited from entity. |
| lastModifiedDateTime | DateTimeOffset | The date and time when the attachment was last modified. |
| name | String | The attachment name. |
| size | Int32 | The size in bytes of the attachment. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.serviceAnnouncementAttachment",
"id": "String (identifier)",
"lastModifiedDateTime": "String (timestamp)",
"name": "String",
"contentType": "String",
"size": "Integer",
"isInline": "Boolean",
"content": "Stream"
}