SectionItem

ユーザーが定義したセクション アイテム。これは、セクションの下にグループ化されたスペースなどのセクション アイテムを表すために使用されます。

JSON 表現
{
  "name": string,

  // Union field item can be only one of the following:
  "space": string
  // End of list of possible types for union field item.
}
フィールド
name

string

ID。セクション アイテムのリソース名。

形式: users/{user}/sections/{section}/items/{item}

共用体フィールド item。必須。セクション アイテム。item は次のいずれかになります。
space

string

省略可。Space のリソース名。

形式: spaces/{space}