class Google::Apis::BooksV1::UserSettings::Notification

Attributes

more_from_authors[RW]

Corresponds to the JSON property `moreFromAuthors` @return [Google::Apis::BooksV1::UserSettings::Notification::MoreFromAuthors]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/books_v1/classes.rb, line 2571
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/books_v1/classes.rb, line 2576
def update!(**args)
  @more_from_authors = args[:more_from_authors] if args.key?(:more_from_authors)
end