Class: Google::Apis::CloudsearchV1::AppsDynamiteSharedChatItemActivityInfoFeedItemNudge
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::AppsDynamiteSharedChatItemActivityInfoFeedItemNudge
- 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
Overview
Existence of this attribute indicates that the AF item is for a message nudge item.
Instance Attribute Summary collapse
-
#nudge_type ⇒ String
Nudge type of the nudge feed item.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AppsDynamiteSharedChatItemActivityInfoFeedItemNudge
constructor
A new instance of AppsDynamiteSharedChatItemActivityInfoFeedItemNudge.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AppsDynamiteSharedChatItemActivityInfoFeedItemNudge
Returns a new instance of AppsDynamiteSharedChatItemActivityInfoFeedItemNudge.
1340 1341 1342 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1340 def initialize(**args) update!(**args) end |
Instance Attribute Details
#nudge_type ⇒ String
Nudge type of the nudge feed item.
Corresponds to the JSON property nudgeType
1338 1339 1340 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1338 def nudge_type @nudge_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1345 1346 1347 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1345 def update!(**args) @nudge_type = args[:nudge_type] if args.key?(:nudge_type) end |