Class TopicState
State of an topic thread as maintained within Tingle.
Inheritance
System.Object
TopicState
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 TopicState : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
LabelIdMessageCount
Map of label => count of topic constituent messages with label These only contain counts of labels that are relevant for topic normalization/denormalization. Eg. If a topic thread has 5 constituents, 4 of which are in inbox, this will contain ^i => 4. Some labels of interest are archive, inbox, trash, spam, etc.
Declaration
[JsonProperty("labelIdMessageCount")]
public virtual IDictionary<string, int?> LabelIdMessageCount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IDictionary<System.String, System.Nullable<System.Int32>> |
NumConstituents
Number of constituents for this entity.
Declaration
[JsonProperty("numConstituents")]
public virtual int? NumConstituents { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Implements
Google.Apis.Requests.IDirectResponseSchema