Class: Google::Apis::CloudsearchV1::AppsDynamiteSharedChatItemActivityInfoFeedItemNudge

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 message nudge item.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AppsDynamiteSharedChatItemActivityInfoFeedItemNudge

Returns a new instance of AppsDynamiteSharedChatItemActivityInfoFeedItemNudge.



1396
1397
1398
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1396

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

Instance Attribute Details

#nudge_typeString

Nudge type of the nudge feed item. Corresponds to the JSON property nudgeType

Returns:

  • (String)


1394
1395
1396
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1394

def nudge_type
  @nudge_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1401
1402
1403
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1401

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