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 は次のいずれか 1 つのみを指定できます。
timestamp

string (Timestamp format)

アクションはこの特定の時刻に発生した。

RFC3339 UTC「Zulu」形式のタイムスタンプ。精度はナノ秒まで、小数点以下は最大 9 桁。例: "2014-10-02T15:01:23Z" および "2014-10-02T15:01:23.045123456Z"

timeRange

object (TimeRange)

アクションはこの期間内に発生したものです。