SnapshotJobRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request to create a snapshot of a job. .. attribute:: project_id
The project which owns the job to be snapshotted.
:type: str
| Attributes | |
|---|---|
| Name | Description | 
| job_id | strThe job to be snapshotted. | 
| ttl | google.protobuf.duration_pb2.DurationTTL for the snapshot. | 
| location | strThe location that contains this job. | 
| snapshot_sources | boolIf true, perform snapshots for sources which support this. | 
| description | strUser specified description of the snapshot. Maybe empty. |