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.



1257
1258
1259
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1257

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)


1255
1256
1257
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1255

def nudge_type
  @nudge_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1262
1263
1264
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1262

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