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
object
PreState
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 PreState : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

LabelIds

Declaration
[JsonProperty("labelIds")]
public virtual IList<string> LabelIds { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><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<T><long?>

ThreadKey

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX