class Google::Apis::BloggerV3::Page::Blog
Data about the blog containing this Page.
Attributes
id[RW]
The identifier of the blog containing this page. Corresponds to the JSON property `id` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/blogger_v3/classes.rb, line 700 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 705 def update!(**args) @id = args[:id] if args.key?(:id) end