role property

String? role
getter/setter pair

Access permissions that the user has for the blog (ADMIN, AUTHOR, or READER). Possible string values are:

  • "VIEW_TYPE_UNSPECIFIED"
  • "READER"
  • "AUTHOR"
  • "ADMIN"

Implementation

core.String? role;