Class ImapSessionContext
Inheritance
ImapSessionContext
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class ImapSessionContext : IDirectResponseSchema
Properties
App
Declaration
[JsonProperty("app")]
public virtual string App { get; set; }
Property Value
DeviceType
Declaration
[JsonProperty("deviceType")]
public virtual string DeviceType { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
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
Os
Declaration
[JsonProperty("os")]
public virtual string Os { get; set; }
Property Value
OsVersion
Declaration
[JsonProperty("osVersion")]
public virtual OsVersion OsVersion { get; set; }
Property Value
PossiblyTrimmedModel
Declaration
[JsonProperty("possiblyTrimmedModel")]
public virtual PossiblyTrimmedModel PossiblyTrimmedModel { get; set; }
Property Value
Implements