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.
1395 1396 1397 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1395 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ String
User mention type
Corresponds to the JSON property type
1393 1394 1395 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1393 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1400 1401 1402 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1400 def update!(**args) @type = args[:type] if args.key?(:type) end |