Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Użytkownik
Informacje o użytkowniku.
Zapis JSON
{// Union field type can be only one of the following:"knownUser": {object (KnownUser)},"deletedUser": {object (DeletedUser)},"unknownUser": {object (UnknownUser)}// End of list of possible types for union field type.}
Pola
Pole sumy
type Typ użytkownika, np. znany, nieznany lub usunięty.
type
może być tylko jednym z tych elementów:
Identyfikator tego użytkownika, którego można użyć z interfejsem People API do uzyskania dodatkowych informacji. Format to
people/ACCOUNT_ID Zobacz
https://developers.google.com/people/.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2024-09-05 UTC."],[[["The `User` object provides information about an end user involved in a Drive activity."],["Users can be categorized as `knownUser`, `deletedUser`, or `unknownUser` based on their account status and available information."],["`knownUser` includes details like `personName` (People API identifier) and `isCurrentUser` (flag indicating if the user is making the request)."],["`deletedUser` and `unknownUser` types do not contain any fields and represent users whose accounts are deleted or unknown, respectively."]]],[]]