Show / Hide Table of Contents

Class SearchMessageResult

A single result item from a message search.

Inheritance
object
SearchMessageResult
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class SearchMessageResult : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Message

The matched message.

Declaration
[JsonProperty("message")]
public virtual Message Message { get; set; }
Property Value
Type Description
Message

Read

Indicates if the matched message is read by the calling user. Only returned if the request view is SEARCH_MESSAGES_VIEW_FULL and the calling credentials include one of the following authorization scopes: - https://www.googleapis.com/auth/chat.users.readstate.readonly - https://www.googleapis.com/auth/chat.users.readstate

Declaration
[JsonProperty("read")]
public virtual bool? Read { get; set; }
Property Value
Type Description
bool?

SpaceMuteSetting

The mute setting of the calling user for the space where the message is posted. The caller app can use this information to decide how to process the message depending on whether the space is muted for the user or not. Only returned if the request view is SEARCH_MESSAGES_VIEW_FULL and the calling credentials include the following authorization scope: - https://www.googleapis.com/auth/chat.users.spacesettings

Declaration
[JsonProperty("spaceMuteSetting")]
public virtual string SpaceMuteSetting { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX