BlogPerUserInfo class

Constructors

BlogPerUserInfo({String? blogId, bool? hasAdminAccess, String? kind, String? photosAlbumKey, String? role, String? userId})
BlogPerUserInfo.fromJson(Map json_)

Properties

blogId String?
ID of the Blog resource.
getter/setter pair
hasAdminAccess bool?
True if the user has Admin level access to the blog.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kind String?
The kind of this entity.
getter/setter pair
photosAlbumKey String?
The Photo Album Key for the user when adding photos to the blog.
getter/setter pair
role String?
Access permissions that the user has for the blog (ADMIN, AUTHOR, or READER). Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String?
ID of the User.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited