Show / Hide Table of Contents

Class ImapSessionContext

Inheritance
object
ImapSessionContext
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 ImapSessionContext : IDirectResponseSchema

Properties

App

Declaration
[JsonProperty("app")]
public virtual string App { get; set; }
Property Value
Type Description
string

DeviceType

User agent information

Declaration
[JsonProperty("deviceType")]
public virtual string DeviceType { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

GuidFingerprint

As agreed with Bond team, this holds the fingerprint of any "aguid" or "guid" provided by the ID command. The fingerprint should be calculated by fingerprint2011. Note that not all clients will provide aguid or guid through ID command.

Declaration
[JsonProperty("guidFingerprint")]
public virtual ulong? GuidFingerprint { get; set; }
Property Value
Type Description
ulong?

Os

Declaration
[JsonProperty("os")]
public virtual string Os { get; set; }
Property Value
Type Description
string

OsVersion

Declaration
[JsonProperty("osVersion")]
public virtual OsVersion OsVersion { get; set; }
Property Value
Type Description
OsVersion

PossiblyTrimmedModel

Declaration
[JsonProperty("possiblyTrimmedModel")]
public virtual PossiblyTrimmedModel PossiblyTrimmedModel { get; set; }
Property Value
Type Description
PossiblyTrimmedModel

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX