class Google::Apis::BloggerV3::User::Blogs
The container of blogs for this user.
Attributes
self_link[RW]
The URL of the Blogs for this user. Corresponds to the JSON property `selfLink` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/blogger_v3/classes.rb, line 1311 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 1316 def update!(**args) @self_link = args[:self_link] if args.key?(:self_link) end