followupFlag リソースの種類
名前空間: microsoft.graph
ユーザーが後でフォローアップを行うアイテムのフラグを設定できます。
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| completedDateTime | dateTimeTimeZone | フォローアップが終了した日時。 |
| dueDateTime | dateTimeTimeZone | フォローアップが終了する日付と時刻。 注: 期日を設定するには、; を指定する必要があります。それ以外の場合は startDateTime 、応答を取得 400 Bad Request します。 |
| FlagStatus | followupFlagStatus | アイテムのフォローアップ状態。 可能な値は、notFlagged、complete、flagged です。 |
| startDateTime | dateTimeTimeZone | フォローアップを開始する予定の日時。 |
JSON 表記
以下は、リソースの JSON 表記です。
{
"completedDateTime": {"@odata.type": "microsoft.graph.dateTimeTimeZone"},
"dueDateTime": {"@odata.type": "microsoft.graph.dateTimeTimeZone"},
"flagStatus": "String",
"startDateTime": {"@odata.type": "microsoft.graph.dateTimeTimeZone"}
}
フィードバック
フィードバックの送信と表示