Class: Google::Apis::CloudsearchV1::AppsDynamiteSharedChatItemActivityInfoFeedItemUserMention
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::AppsDynamiteSharedChatItemActivityInfoFeedItemUserMention
- 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 user mention item.
Instance Attribute Summary collapse
-
#type ⇒ String
User mention type Corresponds to the JSON property
type
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AppsDynamiteSharedChatItemActivityInfoFeedItemUserMention
constructor
A new instance of AppsDynamiteSharedChatItemActivityInfoFeedItemUserMention.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AppsDynamiteSharedChatItemActivityInfoFeedItemUserMention
Returns a new instance of AppsDynamiteSharedChatItemActivityInfoFeedItemUserMention.
1451 1452 1453 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1451 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ String
User mention type
Corresponds to the JSON property type
1449 1450 1451 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1449 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1456 1457 1458 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1456 def update!(**args) @type = args[:type] if args.key?(:type) end |