Class: Google::Apis::BooksV1::UserSettings::Notification::MatchMyInterests

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ MatchMyInterests

Returns a new instance of MatchMyInterests.



2908
2909
2910
# File 'generated/google/apis/books_v1/classes.rb', line 2908

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#opted_stateString

Corresponds to the JSON property opted_state

Returns:

  • (String)


2906
2907
2908
# File 'generated/google/apis/books_v1/classes.rb', line 2906

def opted_state
  @opted_state
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2913
2914
2915
# File 'generated/google/apis/books_v1/classes.rb', line 2913

def update!(**args)
  @opted_state = args[:opted_state] if args.key?(:opted_state)
end