BlogPerUserInfo class
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