Show / Hide Table of Contents

Class ChatSpaceLinkData

Data for Chat space links.

Inheritance
object
ChatSpaceLinkData
Implements
IMessage<ChatSpaceLinkData>
IEquatable<ChatSpaceLinkData>
IDeepCloneable<ChatSpaceLinkData>
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 ChatSpaceLinkData : IMessage<ChatSpaceLinkData>, IEquatable<ChatSpaceLinkData>, IDeepCloneable<ChatSpaceLinkData>, IBufferMessage, IMessage

Constructors

ChatSpaceLinkData()

Declaration
public ChatSpaceLinkData()

ChatSpaceLinkData(ChatSpaceLinkData)

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

Properties

Message

The message of the linked Chat space resource.

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

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

MessageAsMessageName

MessageName-typed view over the Message resource name property.

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

Space

The space of the linked Chat space resource.

Format: spaces/{space}

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

SpaceAsSpaceName

SpaceName-typed view over the Space resource name property.

Declaration
public SpaceName SpaceAsSpaceName { get; set; }
Property Value
Type Description
SpaceName

Thread

The thread of the linked Chat space resource.

Format: spaces/{space}/threads/{thread}

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

ThreadAsThreadName

ThreadName-typed view over the Thread resource name property.

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