openShiftItem リソースタイプ

名前空間: microsoft.graph

重要

Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。

空きシフトの詳細を表します。

shiftItem から継承します。

プロパティ

プロパティ 説明
activities shiftActivity collection 従業員がシフト中にいつどこにいるかの詳細をカバーできるシフトの増分部分。 たとえば、課題、予定された休憩、昼食などです。 必須です。 shiftItem から継承されます。
displayName 文字列 openShift のシフトラベル。 shiftItem から継承されます。
endDateTime DateTimeOffset openShift の終了日時。 必須です。 タイムスタンプの種類は、ISO 8601 形式を使用して、常に UTC 形式の日付と時刻情報を表します。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。 shiftItem から継承されます。
notes String openShift のシフトノート。 shiftItem から継承されます。
openSlotCount Int32 指定された空きシフトのスロット数。
startDateTime DateTimeOffset openShift の開始日時。 必須です。 タイムスタンプの種類は、ISO 8601 形式を使用して、常に UTC 形式の日付と時刻情報を表します。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。 shiftItem から継承されます。
theme scheduleEntityTheme 空きシフトの色。 可能な値は、 whitebluegreenpurplepinkyellowgraydarkBluedarkGreendarkPurpledarkPinkdarkYellowunknownFutureValuedarkRedcranberrydarkOrangebronzepeachgoldlimeforestlightGreenjadelightTealdarkTealsteelskyBlueblueGraylavenderlilacplummagentadarkBrownbeigecharcoalsilver です。 Prefer: include-unknown-enum-members 要求ヘッダーを使用して、この進化可能な列挙型から次の値を取得します: darkRedcranberrydarkOrangebronzepeachgoldlimeforestlightGreenjadelightTealdarkTealsteelskyBlueblueGraylavenderlilacplummagentadarkBrownbeigecharcoalsilvershiftItem から継承されます。

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "activities": [{"@odata.type": "microsoft.graph.shiftActivity"}],
  "displayName": "String",
  "endDateTime": "String (timestamp)",
  "notes": "String",
  "openSlotCount": "Int32",
  "startDateTime": "String (timestamp)",
  "theme": "String"
}