Class: Google::Apis::BooksV1::UserSettings::Notification::PriceDrop
- Inherits:
-
Object
- Object
- Google::Apis::BooksV1::UserSettings::Notification::PriceDrop
- 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) ⇒ PriceDrop
constructor
A new instance of PriceDrop.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PriceDrop
Returns a new instance of PriceDrop.
2965 2966 2967 |
# File 'generated/google/apis/books_v1/classes.rb', line 2965 def initialize(**args) update!(**args) end |
Instance Attribute Details
#opted_state ⇒ String
Corresponds to the JSON property opted_state
2963 2964 2965 |
# File 'generated/google/apis/books_v1/classes.rb', line 2963 def opted_state @opted_state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2970 2971 2972 |
# File 'generated/google/apis/books_v1/classes.rb', line 2970 def update!(**args) @opted_state = args[:opted_state] if args.key?(:opted_state) end |