Enum SearchMessagesRequest.Types.SearchMessagesView
The kinds of view that are supported for partial search results.
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public enum SearchMessagesRequest.Types.SearchMessagesView
Fields
| Name | Description |
|---|---|
| Basic | Includes only the matched messages in the results, but no additional metadata. This is the default value. |
| Full | Includes everything in the results: the matched messages and additional metadata. |
| Unspecified | The default / unset value. The API will default to the BASIC view. |