Show / Hide Table of Contents

Class Setting

Inheritance
System.Object
Setting
Implements
IDirectResponseSchema
Namespace: Google.Apis.Calendar.v3.Data
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public class Setting : object, IDirectResponseSchema

Properties

ETag

ETag of the resource.

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

Id

The id of the user setting.

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

Kind

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

Declaration
public virtual string Kind { get; set; }
Property Value
Type Description
System.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.

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

Implements

IDirectResponseSchema
Back to top