google_api_apps_activity v0.2.0 GoogleApi.AppsActivity.V1.Model.User View Source
A representation of a user.
Attributes
- isDeleted (boolean()): A boolean which indicates whether the specified User was deleted. If true, name, photo and permission_id will be omitted. Defaults to:
null
. - isMe (boolean()): Whether the user is the authenticated user. Defaults to:
null
. - name (String.t): The displayable name of the user. Defaults to:
null
. - permissionId (String.t): The permission ID associated with this user. Equivalent to the Drive API's permission ID for this user, returned as part of the Drive Permissions resource. Defaults to:
null
. - photo (Photo): The profile photo of the user. Not present if the user has no profile photo. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.AppsActivity.V1.Model.User{
isDeleted: any(),
isMe: any(),
name: any(),
permissionId: any(),
photo: GoogleApi.AppsActivity.V1.Model.Photo.t()
}
t() :: %GoogleApi.AppsActivity.V1.Model.User{ isDeleted: any(), isMe: any(), name: any(), permissionId: any(), photo: GoogleApi.AppsActivity.V1.Model.Photo.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.