class Google::Apis::BloggerV3::BlogList
Attributes
blog_user_infos[RW]
Admin level list of blog per-user information Corresponds to the JSON property `blogUserInfos` @return [Array<Google::Apis::BloggerV3::BlogUserInfo>]
items[RW]
The list of Blogs this user has Authorship or Admin rights over. Corresponds to the JSON property `items` @return [Array<Google::Apis::BloggerV3::Blog>]
kind[RW]
The kind of this entity. Always blogger#blogList 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 222 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 227 def update!(**args) @blog_user_infos = args[:blog_user_infos] if args.key?(:blog_user_infos) @items = args[:items] if args.key?(:items) @kind = args[:kind] if args.key?(:kind) end