class Google::Apis::BooksV1::UserSettings::NotesExport
User settings in sub-objects, each for different purposes.
Attributes
folder_name[RW]
Corresponds to the JSON property `folderName` @return [String]
is_enabled[RW]
Corresponds to the JSON property `isEnabled` @return [Boolean]
is_enabled?[RW]
Corresponds to the JSON property `isEnabled` @return [Boolean]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/books_v1/classes.rb, line 2846 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/books_v1/classes.rb, line 2851 def update!(**args) @folder_name = args[:folder_name] if args.key?(:folder_name) @is_enabled = args[:is_enabled] if args.key?(:is_enabled) end