Show / Hide Table of Contents

Class MessageParentId

Primary key identifying Message resource's immediate parent. For top-level Messages, either topic_id or chat_id is populated. For replies, message_id is populated with the topic Message's ID.

Inheritance
object
MessageParentId
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.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class MessageParentId : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

TopicId

ID of the Topic this Message is posted to. NEXT TAG : 5

Declaration
[JsonProperty("topicId")]
public virtual TopicId TopicId { get; set; }
Property Value
Type Description
TopicId

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX