//! Arguments which can be passed to various Google Cloud drivers.
useserde::Deserialize;usecrate::clouds::gcloud::bigquery::Labels;/// Parse version of `--to-arg` and `--from-arg` labels.
#[derive(Clone, Debug, Deserialize)]#[serde(deny_unknown_fields)]pub(crate)structGCloudDriverArguments{/// Billing labels to apply to objects and jobs.
#[serde(default)]pub(crate)job_labels: Labels,
}