次の方法で共有


UserInfo Class

User information that made some action.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

UserInfo(*, object_id: str | None = None, **kwargs)

Keyword-Only Parameters

Name Description
object_id
str

The object id of the user.

Default value: None

Variables

Name Description
email
str

The email of the user.

name
str

The name of the user.

object_id
str

The object id of the user.