class Google::Apis::BloggerV3::Comment::Author::Image

The creator's avatar.

Attributes

url[RW]

The creator's avatar URL. Corresponds to the JSON property `url` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/blogger_v3/classes.rb, line 438
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/blogger_v3/classes.rb, line 443
def update!(**args)
  @url = args[:url] if args.key?(:url)
end