Class Usersettings
Assembly: Google.Apis.Books.v1.dll
Syntax
public class Usersettings : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Kind
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
NotesExport
User settings in sub-objects, each for different purposes.
Declaration
[JsonProperty("notesExport")]
public virtual Usersettings.NotesExportData NotesExport { get; set; }
Property Value
Notification
Declaration
[JsonProperty("notification")]
public virtual Usersettings.NotificationData Notification { get; set; }
Property Value
Implements