shiftItem リソース型
名前空間: microsoft.graph
シフトのバージョンを表します。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
activities | shiftActivity collection | シフト中に、従業員がいつ、どこにいるかの詳細を説明するシフトの増分部分です。 例: 割り当て、休憩、昼食。 必須です。 |
displayName | string | のシフト ラベル shiftItem 。 |
endDateTime | DateTimeOffset |
shiftItem の終了日時。 必須です。 Timestamp 型は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC 時間です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。 |
notes | string | のシフト ノート shiftItem 。 |
startDateTime | DateTimeOffset |
shiftItem の開始日時。 Timestamp 型は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC 時間です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。 必須です。 |
theme | scheduleEntityTheme | サポートされる色: 白、青、緑、紫、ピンク、黄、グレー、濃い青、濃い緑、濃い紫、濃いピンク、濃い黄。 |
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"displayName": "String",
"notes": "String",
"startDateTime": "String (timestamp)",
"endDateTime": "String (timestamp)",
"theme": "String",
"activities": [{"@odata.type": "microsoft.graph.shiftActivity"}]
}