items property

List<Blog>? items
getter/setter pair

The list of Blogs this user has Authorship or Admin rights over.

Implementation

core.List<Blog>? items;