workbookCommentReply リソースの種類

名前空間: microsoft.graph

コメントへの返信を表Excelします。

メソッド

メソッド 戻り値の型 説明
リスト ブックCommentReplies workbookCommentReply コレクション workbookcommentreply オブジェクトの一覧を取得します。
WorkbookCommentReply を取得する workbookCommentReply workbookCommentReply オブジェクトのプロパティとリレーションシップを読み取る。
workbookCommentReply を作成する workbookCommentReply 新しい workbookCommentReply を作成します。

プロパティ

プロパティ 種類 説明
content String コメント返信の内容。
contentType String コメント返信の種類を示します。
id String コメント ID を表します。 読み取り専用です。

リレーションシップ

なし。

JSON 表記

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

{
  "content": "String",
  "contentType": "String",
  "id": "String (identifier)"
}