Struct hubcaps::deployments::DeploymentOptions [] [src]

pub struct DeploymentOptions {
    pub commit_ref: String,
    pub task: Option<String>,
    pub auto_merge: Option<bool>,
    pub required_contexts: Option<Vec<String>>,
    pub payload: Option<String>,
    pub environment: Option<String>,
    pub description: Option<String>,
}

Fields

contents of payload should be valid JSON

Methods

impl DeploymentOptions
[src]

[src]

Trait Implementations

impl Debug for DeploymentOptions
[src]

[src]

Formats the value using the given formatter.

impl Default for DeploymentOptions
[src]

[src]

Returns the "default value" for a type. Read more