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「Zulu」形式のタイムスタンプ。精度はナノ秒まで、小数点以下は最大 9 桁。例: "2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

timeRange

object (TimeRange)

操作はこの期間に発生しました。