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.
9638 9639 9640 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9638 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
9631 9632 9633 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9631 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
9636 9637 9638 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9636 def retention_settings @retention_settings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9643 9644 9645 9646 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9643 def update!(**args) @initiator = args[:initiator] if args.key?(:initiator) @retention_settings = args[:retention_settings] if args.key?(:retention_settings) end |