class Google::Apis::BloggerV3::Post::Author::Image

The Post author's avatar.

Attributes

url[RW]

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

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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