GoogleApi.Chat.V1.Model.User (google_api_chat v0.43.0)
View SourceA user in Google Chat. When returned as an output from a request, if your Chat app authenticates as a user, the output for a User resource only populates the user's name and type.
Attributes
-
displayName(type:String.t, default:nil) - Output only. The user's display name. -
domainId(type:String.t, default:nil) - Unique identifier of the user's Google Workspace domain. -
isAnonymous(type:boolean(), default:nil) - Output only. Whentrue, the user is deleted or their profile is not visible. -
name(type:String.t, default:nil) - Resource name for a Google Chat user. Format:users/{user}.users/appcan be used as an alias for the calling app bot user. For human users,{user}is the same user identifier as: - theidfor the Person in the People API. For example,users/123456789in Chat API represents the same person as the123456789Person profile ID in People API. - theidfor a user in the Admin SDK Directory API. - the user's email address can be used as an alias for{user}in API requests. For example, if the People API Person profile ID foruser@example.comis123456789, you can useusers/user@example.comas an alias to referenceusers/123456789. Only the canonical resource name (for exampleusers/123456789) will be returned from the API. -
type(type:String.t, default:nil) - User type.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.