Table of Contents

Class Setting

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

Constructors

Setting()

public Setting()

Properties

ETag

ETag of the resource.

public virtual string ETag { get; set; }

Property Value

string

Id

The id of the user setting.

public virtual string Id { get; set; }

Property Value

string

Kind

Type of the resource ("calendar#setting").

public virtual string Kind { get; set; }

Property Value

string

Value

Value of the user setting. The format of the value depends on the ID of the setting. It must always be a UTF-8 string of length up to 1024 characters.

public virtual string Value { get; set; }

Property Value

string