class Google::Apis::BloggerV3::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 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