educationPowerPointResource リソースの種類

名前空間: microsoft.graph

educationResource のサブクラス。

これは PowerPoint リソースです。 PowerPoint ファイルは、割り当てまたは申請に関連付けられている fileResource ディレクトリにアップロードする必要があります。

プロパティ

プロパティ 説明
createdBy String このオブジェクトを作成したユーザーの表示名。
createdDateTime DateTimeOffset resoruce が追加された日付時刻。
displayName string リソースの表示名。
fileUrl String ディスク上のファイルの場所。
lastModifiedBy identitySet リソースを変更する最後のユーザー。
lastModifiedDateTime DateTimeOffset リソースが最後に変更された日時。 Timestamp 型は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC 時間です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。

JSON 表記

リソースの JSON 表記を次に示します。

{
  "createdBy": "String (User)",
  "createdDateTime": "String (timestamp)",
  "displayName": "String",
  "fileUrl": "String",
  "lastModifiedBy": "String (User)",
  "lastModifiedDateTime": "String (timestamp)"
}