Action
פעולה
ייצוג JSON
|
{
"detail": {
object (ActionDetail )
},
"actor": {
object (Actor )
},
"target": {
object (Target )
},
// Union field time can be only one of the following:
"timestamp": string,
"timeRange": {
object (TimeRange )
}
// End of list of possible types for union field time .
}
|
שדות
|
detail
|
object (ActionDetail )
סוג הפעולה ומידע מפורט.
|
actor
|
object (Actor )
הגורם האחראי לפעולה הזו (או השדה ריק אם כל השחקנים אחראים לפעולה).
|
target
|
object (Target )
היעד שהפעולה הזו משפיעה עליו (או ריק אם הוא משפיע על כל היעדים). נתון זה מייצג את מצב היעד מיד לאחר שהפעולה הזו התרחשה.
|
שדה איחוד
time מתי הפעולה התרחשה (או ריקה אם אותה פעילות כמו כל הפעילות).
time
יכול להיות רק אחת מהאפשרויות הבאות:
|
timestamp
|
string (Timestamp
format)
הפעולה התרחשה במועד הזה.
חותמת זמן ב-RFC3339 UTC 'Zulu' בפורמט של רזולוציה של ננו-שנייה ועד תשע ספרות עשרוניות. למשל:
"2014-10-02T15:01:23Z"
וגם
"2014-10-02T15:01:23.045123456Z" .
|
timeRange
|
object (TimeRange )
הפעולה התרחשה בטווח הזמן הזה.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-09-05 (שעון UTC).
[null,null,["עדכון אחרון: 2024-09-05 (שעון UTC)."],[[["Actions in Google Drive are described with information about the specific action, the actor involved, and the target affected."],["Each action includes a timestamp or a time range indicating when it occurred."],["The `detail` field provides the type and details of the action, while `actor` identifies who initiated it and `target` specifies what was affected."],["The action's timing is captured through either a `timestamp` for a specific point in time or a `timeRange` for a duration."]]],[]]