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.



1298
1299
1300
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1298

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#typeString

User mention type Corresponds to the JSON property type

Returns:

  • (String)


1296
1297
1298
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1296

def type
  @type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1303
1304
1305
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1303

def update!(**args)
  @type = args[:type] if args.key?(:type)
end