Struct rundeck_api::job::Job [] [src]

pub struct Job {
    pub id: String,
    pub name: String,
    pub group: Option<String>,
    pub project: String,
    pub href: String,
    pub permalink: String,
    pub description: String,
    pub schedule_enabled: Option<bool>,
    pub enabled: Option<bool>,
    pub scheduled: Option<bool>,
}

Fields

Methods

impl Job
[src]

Trait Implementations

impl Clone for Job
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Job
[src]

Formats the value using the given formatter.