Resource: CaseEvent
A CaseEvent represents a snapshot of a UDM event attached to a case.
| JSON representation |
|---|
{ "name": string, "event": { object ( |
| Fields | |
|---|---|
name |
Identifier. The unique name of the Case Event. Format: projects/{project}/locations/{location}/instances/{instance}/cases/{case}/events/{event} |
event |
Output only. The immutable snapshot of the UDM event data. This contains the data as it existed when attached to the case. |
sources[] |
Output only. Information about how this event is related to the case. |
Methods |
|
|---|---|
|
Gets a case event. |
|
Lists events for a case. |