Class: Google::Apis::BooksV1::UserSettings::Notification::RewardExpirations
- Inherits:
-
Object
- Object
- Google::Apis::BooksV1::UserSettings::Notification::RewardExpirations
- 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) ⇒ RewardExpirations
constructor
A new instance of RewardExpirations.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RewardExpirations
Returns a new instance of RewardExpirations.
2984 2985 2986 |
# File 'generated/google/apis/books_v1/classes.rb', line 2984 def initialize(**args) update!(**args) end |
Instance Attribute Details
#opted_state ⇒ String
Corresponds to the JSON property opted_state
2982 2983 2984 |
# File 'generated/google/apis/books_v1/classes.rb', line 2982 def opted_state @opted_state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2989 2990 2991 |
# File 'generated/google/apis/books_v1/classes.rb', line 2989 def update!(**args) @opted_state = args[:opted_state] if args.key?(:opted_state) end |