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.
10894 10895 10896 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10894 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
10887 10888 10889 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10887 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
10892 10893 10894 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10892 def retention_settings @retention_settings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10899 10900 10901 10902 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10899 def update!(**args) @initiator = args[:initiator] if args.key?(:initiator) @retention_settings = args[:retention_settings] if args.key?(:retention_settings) end |