Class SearchMessagesResponse
Response message for searching messages.
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class SearchMessagesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
A token that can be used to retrieve the next page. If this field is empty, there are no subsequent pages.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Results
The list of search results that matched the query.
Declaration
[JsonProperty("results")]
public virtual IList<SearchMessageResult> Results { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<SearchMessageResult> |