class Google::Apis::PlusV1::Activity::Object::Actor::Image
The image representation of the original actor.
Attributes
url[RW]
A URL that points to a thumbnail photo of the original actor. Corresponds to the JSON property `url` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/plus_v1/classes.rb, line 530 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/plus_v1/classes.rb, line 535 def update!(**args) @url = args[:url] if args.key?(:url) end