发送反馈
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
。操作发生的时间(如果与整个 activity 的时间相同,则为空)。
time
只能是下列其中一项:
timestamp
string (Timestamp
format)
该操作在此特定时间发生。
时间戳采用 RFC3339 世界协调时间(UTC,即“祖鲁时”)格式,精确到纳秒,最多九个小数位。示例:
"2014-10-02T15:01:23Z"
和
"2014-10-02T15:01:23.045123456Z"
。
timeRange
object (TimeRange
)
该操作在此时间范围内发生。
发送反馈
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可 获得了许可,并且代码示例已根据 Apache 2.0 许可 获得了许可。有关详情,请参阅 Google 开发者网站政策 。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-05。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"没有我需要的信息"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"太复杂/步骤太多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"内容需要更新"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻译问题"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/代码问题"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"易于理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"解决了我的问题"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]
需要向我们提供更多信息?
{"lastModified": "\u6700\u540e\u66f4\u65b0\u65f6\u95f4 (UTC)\uff1a2024-09-05\u3002"}
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-09-05。"]]