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

Attributes

opted_state[RW]

Corresponds to the JSON property `opted_state` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/books_v1/classes.rb, line 2589
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 2594
def update!(**args)
  @opted_state = args[:opted_state] if args.key?(:opted_state)
end