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

(選用步驟) 聊天室資源名稱。

格式:spaces/{space}