Class: Google::Apis::CloudsearchV1::ReadReceiptsSettingsUpdatedMetadata
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::ReadReceiptsSettingsUpdatedMetadata
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Instance Attribute Summary collapse
-
#read_receipts_enabled ⇒ Boolean
(also: #read_receipts_enabled?)
The new read receipts state.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ReadReceiptsSettingsUpdatedMetadata
constructor
A new instance of ReadReceiptsSettingsUpdatedMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ReadReceiptsSettingsUpdatedMetadata
Returns a new instance of ReadReceiptsSettingsUpdatedMetadata.
16998 16999 17000 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 16998 def initialize(**args) update!(**args) end |
Instance Attribute Details
#read_receipts_enabled ⇒ Boolean Also known as: read_receipts_enabled?
The new read receipts state.
Corresponds to the JSON property readReceiptsEnabled
16995 16996 16997 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 16995 def read_receipts_enabled @read_receipts_enabled end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17003 17004 17005 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 17003 def update!(**args) @read_receipts_enabled = args[:read_receipts_enabled] if args.key?(:read_receipts_enabled) end |