Show / Hide Table of Contents

Class PreState

State of the thread previous to the update. This really just describes the label state of all messages before the update.

Inheritance
System.Object
PreState
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 PreState : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

LabelIds

Declaration
[JsonProperty("labelIds")]
public virtual IList<string> LabelIds { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

MessageKey

Declaration
[JsonProperty("messageKey")]
public virtual MultiKey MessageKey { get; set; }
Property Value
Type Description
MultiKey

SyncIds

Note that there can be fewer sync ids than label ids.

Declaration
[JsonProperty("syncIds")]
public virtual IList<long?> SyncIds { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.Nullable<System.Int64>>

ThreadKey

Declaration
[JsonProperty("threadKey")]
public virtual MultiKey ThreadKey { get; set; }
Property Value
Type Description
MultiKey

Implements

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