Table of Contents

Class Settings

Namespace
Google.Apis.Calendar.v3.Data
Assembly
Google.Apis.Calendar.v3.dll
public class Settings : IDirectResponseSchema
Inheritance
Settings
Implements
IDirectResponseSchema
Inherited Members

Constructors

Settings()

public Settings()

Properties

ETag

Etag of the collection.

public virtual string ETag { get; set; }

Property Value

string

Items

List of user settings.

public virtual IList<Setting> Items { get; set; }

Property Value

IList<Setting>

Kind

Type of the collection ("calendar#settings").

public virtual string Kind { get; set; }

Property Value

string

NextPageToken

Token used to access the next page of this result. Omitted if no further results are available, in which case nextSyncToken is provided.

public virtual string NextPageToken { get; set; }

Property Value

string

NextSyncToken

Token used at a later point in time to retrieve only the entries that have changed since this result was returned. Omitted if further results are available, in which case nextPageToken is provided.

public virtual string NextSyncToken { get; set; }

Property Value

string