Show / Hide Table of Contents

Class MessageResource

The "message" collection of methods.

Inheritance
object
MessageResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.WorkspaceEvents.v1
Assembly: Google.Apis.WorkspaceEvents.v1.dll
Syntax
public class MessageResource

Constructors

MessageResource(IClientService)

Constructs a new resource.

Declaration
public MessageResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Stream(SendMessageRequest)

SendStreamingMessage is a streaming call that will return a stream of task update events until the Task is in an interrupted or terminal state.

Declaration
public virtual MessageResource.StreamRequest Stream(SendMessageRequest body)
Parameters
Type Name Description
SendMessageRequest body

The body of the request.

Returns
Type Description
MessageResource.StreamRequest
In this article
Back to top Generated by DocFX