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.
9180 9181 9182 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9180 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
9173 9174 9175 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9173 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
9178 9179 9180 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9178 def retention_settings @retention_settings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9185 9186 9187 9188 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9185 def update!(**args) @initiator = args[:initiator] if args.key?(:initiator) @retention_settings = args[:retention_settings] if args.key?(:retention_settings) end |