Class: Google::Apis::CloudsearchV1::AppsDynamiteSharedAvatarInfo
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::AppsDynamiteSharedAvatarInfo
- 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
-
#emoji ⇒ Google::Apis::CloudsearchV1::AppsDynamiteSharedEmoji
Corresponds to the JSON property
emoji
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AppsDynamiteSharedAvatarInfo
constructor
A new instance of AppsDynamiteSharedAvatarInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#emoji ⇒ Google::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 |