class Google::Apis::BloggerV3::Post::Blog
Data about the blog containing this Post.
Attributes
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/blogger_v3/classes.rb, line 995 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 1000 def update!(**args) @id = args[:id] if args.key?(:id) end