Class: Google::Apis::BooksV1::UserSettings::Notification::MatchMyInterests
- Inherits:
-
Object
- Object
- Google::Apis::BooksV1::UserSettings::Notification::MatchMyInterests
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/books_v1/classes.rb,
lib/google/apis/books_v1/representations.rb,
lib/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) ⇒ MatchMyInterests
constructor
A new instance of MatchMyInterests.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MatchMyInterests
Returns a new instance of MatchMyInterests.
2907 2908 2909 |
# File 'lib/google/apis/books_v1/classes.rb', line 2907 def initialize(**args) update!(**args) end |
Instance Attribute Details
#opted_state ⇒ String
Corresponds to the JSON property opted_state
2905 2906 2907 |
# File 'lib/google/apis/books_v1/classes.rb', line 2905 def opted_state @opted_state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2912 2913 2914 |
# File 'lib/google/apis/books_v1/classes.rb', line 2912 def update!(**args) @opted_state = args[:opted_state] if args.key?(:opted_state) end |