Show / Hide Table of Contents

Class Folder

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

Properties

ETag

The ETag of the item.

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

Id

Folder mapping id.

Declaration
[JsonProperty("id")]
public virtual ulong? Id { get; set; }
Property Value
Type Description
System.Nullable<System.UInt64>

Message

One for each copy of the message in the IMAP folder.

Declaration
[JsonProperty("message")]
public virtual IList<ImapsyncFolderAttributeFolderMessage> Message { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<ImapsyncFolderAttributeFolderMessage>

Implements

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