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.



936
937
938
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 936

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

Instance Attribute Details

#emojiGoogle::Apis::CloudsearchV1::AppsDynamiteSharedEmoji

Corresponds to the JSON property emoji



934
935
936
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 934

def emoji
  @emoji
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



941
942
943
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 941

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