REST Resource: projects.locations.instances.cases.events

Resource: CaseEvent

A CaseEvent represents a snapshot of a UDM event attached to a case.

JSON representation
{
  "name": string,
  "event": {
    object (UDM)
  },
  "sources": [
    {
      object (CaseEvidence)
    }
  ]
}
Fields
name

string

Identifier. The unique name of the Case Event. Format: projects/{project}/locations/{location}/instances/{instance}/cases/{case}/events/{event}

event

object (UDM)

Output only. The immutable snapshot of the UDM event data. This contains the data as it existed when attached to the case.

sources[]

object (CaseEvidence)

Output only. Information about how this event is related to the case.

Methods

get

Gets a case event.

list

Lists events for a case.