SnapshotJobRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request to create a snapshot of a job.
| Attributes | |
|---|---|
| Name | Description | 
| project_id | strThe project which owns the job to be snapshotted. | 
| 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. |