mirror of
https://git.proxmox.com/git/proxmox
synced 2025-07-25 19:38:42 +00:00
api types: verify job: fix doc comment typo
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
680d391490
commit
9086f422af
@ -200,7 +200,7 @@ pub struct VerificationJobConfig {
|
|||||||
/// unique ID to address this job
|
/// unique ID to address this job
|
||||||
#[updater(skip)]
|
#[updater(skip)]
|
||||||
pub id: String,
|
pub id: String,
|
||||||
/// the datastore ID this verificaiton job affects
|
/// the datastore ID this verification job affects
|
||||||
pub store: String,
|
pub store: String,
|
||||||
#[serde(skip_serializing_if = "Option::is_none")]
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
/// if not set to false, check the age of the last snapshot verification to filter
|
/// if not set to false, check the age of the last snapshot verification to filter
|
||||||
|
Loading…
Reference in New Issue
Block a user