spaces property

  1. @Deprecated('Not supported. Member documentation may have more information.')
List<Space>? spaces
getter/setter pair

Deprecated: Please use the new results field instead.

A page of the requested spaces. This field will be populated only when useAdminAccess is set to true and deprecated in favor of the new results field.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.List<Space>? spaces;