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}

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-12 UTC.