Class: Google::Apis::CloudsearchV1::AppsDynamiteSharedAvatarInfo

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AppsDynamiteSharedAvatarInfo

Returns a new instance of AppsDynamiteSharedAvatarInfo.



884
885
886
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 884

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

Instance Attribute Details

#emojiGoogle::Apis::CloudsearchV1::AppsDynamiteSharedEmoji

Corresponds to the JSON property emoji



882
883
884
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 882

def emoji
  @emoji
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



889
890
891
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 889

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