Class: Google::Apis::BooksV1::UserSettings::Notification::MoreFromSeries
- Inherits:
-
Object
- Object
- Google::Apis::BooksV1::UserSettings::Notification::MoreFromSeries
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/books_v1/classes.rb,
generated/google/apis/books_v1/representations.rb,
generated/google/apis/books_v1/representations.rb
Instance Attribute Summary collapse
-
#opted_state ⇒ String
Corresponds to the JSON property
opted_state
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MoreFromSeries
constructor
A new instance of MoreFromSeries.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ MoreFromSeries
Returns a new instance of MoreFromSeries
2727 2728 2729 |
# File 'generated/google/apis/books_v1/classes.rb', line 2727 def initialize(**args) update!(**args) end |
Instance Attribute Details
#opted_state ⇒ String
Corresponds to the JSON property opted_state
2725 2726 2727 |
# File 'generated/google/apis/books_v1/classes.rb', line 2725 def opted_state @opted_state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2732 2733 2734 |
# File 'generated/google/apis/books_v1/classes.rb', line 2732 def update!(**args) @opted_state = args[:opted_state] if args.key?(:opted_state) end |