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 lib/google/apis/books_v1/classes.rb, line 2927 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 2932 def update!(**args) @opted_state = args[:opted_state] if args.key?(:opted_state) end