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.
904 905 906 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 904 def initialize(**args) update!(**args) end |
Instance Attribute Details
#emoji ⇒ Google::Apis::CloudsearchV1::AppsDynamiteSharedEmoji
Corresponds to the JSON property emoji
902 903 904 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 902 def emoji @emoji end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
909 910 911 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 909 def update!(**args) @emoji = args[:emoji] if args.key?(:emoji) end |