spaces property

List<Space>? spaces
getter/setter pair

List of spaces in the requested (or first) page.

Note: The permissionSettings field is not returned in the Space object for list requests.

Implementation

core.List<Space>? spaces;