Class: Google::Apis::BooksV1::UserSettings::Notification::MoreFromAuthors
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::BooksV1::UserSettings::Notification::MoreFromAuthors
 
- 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)  ⇒ MoreFromAuthors 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of MoreFromAuthors. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ MoreFromAuthors
Returns a new instance of MoreFromAuthors
| 2708 2709 2710 | # File 'generated/google/apis/books_v1/classes.rb', line 2708 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#opted_state ⇒ String
Corresponds to the JSON property opted_state
| 2706 2707 2708 | # File 'generated/google/apis/books_v1/classes.rb', line 2706 def opted_state @opted_state end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 2713 2714 2715 | # File 'generated/google/apis/books_v1/classes.rb', line 2713 def update!(**args) @opted_state = args[:opted_state] if args.key?(:opted_state) end |