Show / Hide Table of Contents

Class ForwardedMetadata

Metadata about the source space from which a message was forwarded.

Inheritance
object
ForwardedMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class ForwardedMetadata : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Space

Output only. The resource name of the source space. Format: spaces/{space}

Declaration
[JsonProperty("space")]
public virtual string Space { get; set; }
Property Value
Type Description
string

SpaceDisplayName

Output only. The display name of the source space or DM at the time of forwarding. For SPACE, this is the space name. For DIRECT_MESSAGE, this is the other participant's name (e.g., "User A"). For GROUP_CHAT, this is a generated name based on members' first names, limited to 5 including the creator (e.g., "User A, User B").

Declaration
[JsonProperty("spaceDisplayName")]
public virtual string SpaceDisplayName { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX