Resource: InvestigationRevision
A revision holds a snapshot of the investigation at a past point in time. The most recent revision holds the investigation's current state, while previous revisions are immutable.
| JSON representation | 
|---|
| {
  "name": string,
  "snapshot": {
    object ( | 
| Fields | |
|---|---|
| name | 
 Identifier. The name of the revision resource, of the form: projects/{projectNumber}/locations/{locationId}/investigations/{investigationId}/revisions/{revision_id} | 
| snapshot | 
 Optional. Snapshot of the investigation contents at this revision. | 
| createTime | 
 Output only. The time when the revision was created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| labels | 
 Optional. User-defined labels for the revision. An object containing a list of  | 
| index | 
 Output only. Revision index number, in order of creation. | 
| Methods | |
|---|---|
| 
 | Creates a new revision of a given Investigation. | 
| 
 | Deletes a single revision of an Investigation. | 
| 
 | Gets details of a single revision of an Investigation. | 
| 
 | Lists Investigations in a given project. | 
| 
 | Updates the parameters of a single Investigation. | 
| 
 | Run an existing revision of an investigation. |