Show / Hide Table of Contents

Class GetMessageRequest

Request to get a message.

Inheritance
object
GetMessageRequest
Implements
IMessage<GetMessageRequest>
IEquatable<GetMessageRequest>
IDeepCloneable<GetMessageRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class GetMessageRequest : IMessage<GetMessageRequest>, IEquatable<GetMessageRequest>, IDeepCloneable<GetMessageRequest>, IBufferMessage, IMessage

Constructors

GetMessageRequest()

Declaration
public GetMessageRequest()

GetMessageRequest(GetMessageRequest)

Declaration
public GetMessageRequest(GetMessageRequest other)
Parameters
Type Name Description
GetMessageRequest other

Properties

MessageName

MessageName-typed view over the Name resource name property.

Declaration
public MessageName MessageName { get; set; }
Property Value
Type Description
MessageName

Name

Required. Resource name of the message.

Format: spaces/{space}/messages/{message}

If you've set a custom ID for your message, you can use the value from the clientAssignedMessageId field for {message}. For details, see [Name a message] (https://developers.google.com/workspace/chat/create-messages#name_a_created_message).

Declaration
public string Name { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX