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

מזהה. שם המשאב של פריט החלק.

פורמט: users/{user}/sections/{section}/items/{item}

שדה איחוד item. חובה. הפריט בקטע. הערך item יכול להיות רק אחד מהבאים:
space

string

אופציונלי. שם המשאב של המרחב.

פורמט: spaces/{space}