Class: Google::Apis::PlusDomainsV1::Activity::Object::Actor::Image
- Inherits:
-
Object
- Object
- Google::Apis::PlusDomainsV1::Activity::Object::Actor::Image
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/plus_domains_v1/classes.rb,
generated/google/apis/plus_domains_v1/representations.rb,
generated/google/apis/plus_domains_v1/representations.rb
Overview
The image representation of the original actor.
Instance Attribute Summary collapse
-
#url ⇒ String
A URL that points to a thumbnail photo of the original actor.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Image
constructor
A new instance of Image.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Image
Returns a new instance of Image
543 544 545 |
# File 'generated/google/apis/plus_domains_v1/classes.rb', line 543 def initialize(**args) update!(**args) end |
Instance Attribute Details
#url ⇒ String
A URL that points to a thumbnail photo of the original actor.
Corresponds to the JSON property url
541 542 543 |
# File 'generated/google/apis/plus_domains_v1/classes.rb', line 541 def url @url end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
548 549 550 |
# File 'generated/google/apis/plus_domains_v1/classes.rb', line 548 def update!(**args) @url = args[:url] if args.key?(:url) end |