Class TopicId
Inheritance
object
TopicId
Implements
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 TopicId : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GroupId
The Space or DM that the topic belongs to.
Declaration
[JsonProperty("groupId")]
public virtual GroupId GroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| GroupId |
TopicIdValue
Opaque, server-assigned ID of the Topic. While this ID is guaranteed to be unique within the Space, it's not guaranteed to be globally unique. Internal usage: this field can be empty in the following cases: 1. To create the first message in a topic. 2. To list last N messages of a Space (regardless of topic).
Declaration
[JsonProperty("topicId")]
public virtual string TopicIdValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |