Class: Google::Apis::CloudsearchV1::GroupRetentionSettingsUpdatedMetaData
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::GroupRetentionSettingsUpdatedMetaData
- 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
-
#initiator ⇒ Google::Apis::CloudsearchV1::UserId
Primary key for User resource.
-
#retention_settings ⇒ Google::Apis::CloudsearchV1::AppsDynamiteSharedRetentionSettings
The settings of retention period of a message or topic.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GroupRetentionSettingsUpdatedMetaData
constructor
A new instance of GroupRetentionSettingsUpdatedMetaData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GroupRetentionSettingsUpdatedMetaData
Returns a new instance of GroupRetentionSettingsUpdatedMetaData.
10380 10381 10382 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10380 def initialize(**args) update!(**args) end |
Instance Attribute Details
#initiator ⇒ Google::Apis::CloudsearchV1::UserId
Primary key for User resource.
Corresponds to the JSON property initiator
10373 10374 10375 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10373 def initiator @initiator end |
#retention_settings ⇒ Google::Apis::CloudsearchV1::AppsDynamiteSharedRetentionSettings
The settings of retention period of a message or topic.
Corresponds to the JSON property retentionSettings
10378 10379 10380 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10378 def retention_settings @retention_settings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10385 10386 10387 10388 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10385 def update!(**args) @initiator = args[:initiator] if args.key?(:initiator) @retention_settings = args[:retention_settings] if args.key?(:retention_settings) end |