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 世界標準時間「Zulu」格式的時間戳記,採用奈秒解析度,且最多 9 個小數位數。範例:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

timeRange

object (TimeRange)

操作發生在此時間範圍內。