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)

操作发生在此时间范围内。