Class ChatSpaceLinkData
Data for Chat space links.
Implements
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
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 |