SectionItem

A user's defined section item. This is used to represent section items, such as spaces, grouped under a section.

JSON representation
{
  "name": string,

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

string

Identifier. The resource name of the section item.

Format: users/{user}/sections/{section}/items/{item}

Union field item. Required. The section item. item can be only one of the following:
space

string

Optional. The space resource name.

Format: spaces/{space}