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) "زولو" بدقة نانوثانية وما يصل إلى تسعة أرقام كسرية. أمثلة:
"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 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-09-05 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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."]]],[]]