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
System.Object
MessageParentId
Implements
Google.Apis.Requests.IDirectResponseSchema
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.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
System.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

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top