Class: Google::Apis::CloudsearchV1::AppsDynamiteSharedChatItemActivityInfoFeedItemUserMention

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#typeString

User mention type Corresponds to the JSON property type

Returns:

  • (String)


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