class Google::Apis::BloggerV2::Post::Blog

Data about the blog containing this Post.

Attributes

id[RW]

The identifier of the Blog that contains this Post. Corresponds to the JSON property `id` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/blogger_v2/classes.rb, line 939
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_v2/classes.rb, line 944
def update!(**args)
  @id = args[:id] if args.key?(:id)
end