Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Actor
Der Akteur einer Drive-Aktivität.
JSON-Darstellung
{// Union field type can be only one of the following:"user": {object (User)},"anonymous": {object (AnonymousUser)},"impersonation": {object (Impersonation)},"system": {object (SystemEvent)},"administrator": {object (Administrator)}// End of list of possible types for union field type.}
Felder
Union-Feld
type Die Art des Schauspielers.
type
kann nur einer der folgenden Werte sein:
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2024-10-15 (UTC)."],[[["The Actor field identifies who or what initiated a Drive activity."],["Actor can be a user, an anonymous user, an impersonated account, a system event, or an administrator."],["The `type` field specifies the type of actor and links to more details about each actor type."],["JSON representation describes the structure of the actor object with its union field `type`."]]],[]]