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)

アクションが発生した特定の時間。

RFC 3339 を使用します。生成された出力は常に Z 正規化され、小数点以下は 0、3、6、または 9 桁になります。「Z」以外のオフセットも使用できます。例: "2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z""2014-10-02T15:01:23+05:30"

timeRange

object (TimeRange)

この期間にアクションが発生しました。