Class Setting
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
Id
The id of the user setting.
public virtual string Id { get; set; }
Property Value
Kind
Type of the resource ("calendar#setting").
public virtual string Kind { get; set; }
Property Value
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; }