class Google::Apis::BloggerV3::BlogUserInfo
Attributes
blog[RW]
The Blog resource. Corresponds to the JSON property `blog` @return [Google::Apis::BloggerV3::Blog]
blog_user_info[RW]
kind[RW]
The kind of this entity. Always blogger#blogUserInfo Corresponds to the JSON property `kind` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/blogger_v3/classes.rb, line 303 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 308 def update!(**args) @blog = args[:blog] if args.key?(:blog) @blog_user_info = args[:blog_user_info] if args.key?(:blog_user_info) @kind = args[:kind] if args.key?(:kind) end