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.



878
879
880
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 878

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

Instance Attribute Details

#emojiGoogle::Apis::CloudsearchV1::AppsDynamiteSharedEmoji

Corresponds to the JSON property emoji



876
877
878
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 876

def emoji
  @emoji
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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