Class: Google::Apis::CloudsearchV1::AppsDynamiteSharedChatItemActivityInfoFeedItemThreadReply
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::AppsDynamiteSharedChatItemActivityInfoFeedItemThreadReply
- 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 thread reply.
Instance Attribute Summary collapse
-
#reply_type ⇒ String
Reply type of the thread reply feed item.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AppsDynamiteSharedChatItemActivityInfoFeedItemThreadReply
constructor
A new instance of AppsDynamiteSharedChatItemActivityInfoFeedItemThreadReply.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AppsDynamiteSharedChatItemActivityInfoFeedItemThreadReply
Returns a new instance of AppsDynamiteSharedChatItemActivityInfoFeedItemThreadReply.
1671 1672 1673 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1671 def initialize(**args) update!(**args) end |
Instance Attribute Details
#reply_type ⇒ String
Reply type of the thread reply feed item. The field is not persisted in
storage. It's populated when constructing Activity Feed payload.
Corresponds to the JSON property replyType
1669 1670 1671 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1669 def reply_type @reply_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1676 1677 1678 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1676 def update!(**args) @reply_type = args[:reply_type] if args.key?(:reply_type) end |