revision_response
revision_response objects represent a revision in a sandbox.
revision_response inherits all fields from revision.
| Name | Type | Description |
|---|---|---|
| created_time | datetime | The timestamp when this revision was created, in UTC. |
| deltas | delta[] | Inherited. If present, the sequence of deltas describing how this revision modified the sandbox. |
| revision | integer | The revision number of this revision. |
| snapshot | problem | Inherited. If present, this revision replaced the contents of the sandbox with this problem file. |
| tag | string | A string to identify the revision. Assigned by the client on creation. |
| undo_redo_to_revision | integer | Inherited. If present, this revision restored the sandbox to the state matching this revision number. |