Class: Google::Apis::PlusDomainsV1::Media::Author::Image
- Inherits:
-
Object
- Object
- Google::Apis::PlusDomainsV1::Media::Author::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 author's Google profile image.
Instance Attribute Summary collapse
-
#url ⇒ String
The URL of the author's profile photo.
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
1814 1815 1816 |
# File 'generated/google/apis/plus_domains_v1/classes.rb', line 1814 def initialize(**args) update!(**args) end |
Instance Attribute Details
#url ⇒ String
The URL of the author's profile photo. To resize the image and crop it to a
square, append the query string ?sz=x, where x is the dimension in pixels of
each side.
Corresponds to the JSON property url
1812 1813 1814 |
# File 'generated/google/apis/plus_domains_v1/classes.rb', line 1812 def url @url end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1819 1820 1821 |
# File 'generated/google/apis/plus_domains_v1/classes.rb', line 1819 def update!(**args) @url = args[:url] if args.key?(:url) end |