Target
目标
有关活动目标的信息。
如需详细了解如何与用户共享活动记录,请参阅
活动记录可见性。
JSON 表示法
|
{
"teamDrive": {
object (TeamDrive )
},
// Union field object can be only one of the following:
"driveItem": {
object (DriveItem )
},
"drive": {
object (Drive )
},
"fileComment": {
object (FileComment )
}
// End of list of possible types for union field object .
}
|
田野
|
teamDrive
(deprecated)
|
object (TeamDrive )
此字段已弃用;请使用
drive
字段。
|
联合字段
object 。目标对象的类型。
object
只能是下列其中一项:
|
driveItem
|
object (DriveItem )
目标是云端硬盘内容。
|
drive
|
object (Drive )
目标是共享云端硬盘。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-04。
[null,null,["最后更新时间 (UTC):2024-09-04。"],[[["The `Target` section provides information about the object of an activity, such as a Drive item, shared drive, or file comment."],["The `teamDrive` field is deprecated and should be replaced with the `drive` field."],["The `object` field indicates the type of target, which can be a `driveItem`, `drive`, or `fileComment`."],["For more information on activity history visibility, refer to the provided link."]]],[]]