Show / Hide Table of Contents

Enum SpaceView

A view that specifies which fields should be populated on the Space resource. To ensure compatibility with future releases, we recommend that your code account for additional values.

Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public enum SpaceView

Fields

Name Description
Expanded

Populates Space resource fields. Note: the permissionSettings field will not be populated. Requests that specify SPACE_VIEW_EXPANDED must include scopes that allow reading space data, for example, https://www.googleapis.com/auth/chat.spaces or https://www.googleapis.com/auth/chat.spaces.readonly.

ResourceNameOnly

Populates only the Space resource name.

Unspecified

The default / unset value.

In this article
Back to top Generated by DocFX