serviceAnnouncementAttachment リソースの種類
名前空間: microsoft.graph
serviceUpdateMessage オブジェクトに関連付けられた 添付ファイルを表 します。
メソッド
| メソッド | 戻り値の種類 | 説明 |
|---|---|---|
| Get serviceAnnouncementAttachment | serviceAnnouncementAttachment | serviceAnnouncementAttachment オブジェクトのプロパティとリレーションシップを読み取る。 |
プロパティ
| プロパティ | 種類 | 説明 |
|---|---|---|
| content | Stream | 添付ファイルのコンテンツ。 |
| contentType | String | 添付ファイルのコンテンツ タイプ。 |
| id | String | 添付ファイル ID。 エンティティから継承 されます。 |
| lastModifiedDateTime | DateTimeOffset | 添付ファイルが最後に変更された日時です。 |
| name | String | 添付ファイル名。 |
| size | Int32 | 添付ファイルのバイト単位のサイズ。 |
関係
なし。
JSON 表記
リソースの JSON 表記を次に示します。
{
"@odata.type": "#microsoft.graph.serviceAnnouncementAttachment",
"id": "String (identifier)",
"lastModifiedDateTime": "String (timestamp)",
"name": "String",
"contentType": "String",
"size": "Integer",
"isInline": "Boolean",
"content": "Stream"
}
フィードバック
フィードバックの送信と表示