Represents the author of a question or answer
JSON representation | |
---|---|
{
"displayName": string,
"profilePhotoUrl": string,
"type": enum ( |
Fields | |
---|---|
displayName |
The display name of the user |
profilePhotoUrl |
The profile photo URL of the user. |
type |
The type of user the author is. |
AuthorType
Enum for the type of user the author is.
Enums | |
---|---|
AUTHOR_TYPE_UNSPECIFIED |
This should not be used. |
REGULAR_USER |
A regular user. |
LOCAL_GUIDE |
A Local Guide |
MERCHANT |
The owner/manager of the location |