Show / Hide Table of Contents

Class DmsResource

The "dms" collection of methods.

Inheritance
System.Object
DmsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.HangoutsChat.v1
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class DmsResource

Constructors

DmsResource(IClientService)

Constructs a new resource.

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

Properties

Conversations

Gets the Conversations resource.

Declaration
public virtual DmsResource.ConversationsResource Conversations { get; }
Property Value
Type Description
DmsResource.ConversationsResource

Methods

Messages(Message, String)

Legacy path for creating message. Calling these will result in a BadRequest response.

Declaration
public virtual DmsResource.MessagesRequest Messages(Message body, string parent)
Parameters
Type Name Description
Message body

The body of the request.

System.String parent

Required. The resource name of the space in which to create a message. Format: spaces/{space}

Returns
Type Description
DmsResource.MessagesRequest

Webhooks(Message, String)

Legacy path for creating message. Calling these will result in a BadRequest response.

Declaration
public virtual DmsResource.WebhooksRequest Webhooks(Message body, string parent)
Parameters
Type Name Description
Message body

The body of the request.

System.String parent

Required. The resource name of the space in which to create a message. Format: spaces/{space}

Returns
Type Description
DmsResource.WebhooksRequest
In This Article
Back to top