Struct storyboard_client::Project[][src]

pub struct Project {
    pub autocreate_branch: Option<bool>,
    pub description: Option<String>,
    pub is_active: bool,
    pub name: String,
    pub repo_url: Option<String>,
}

Represents a project type in the storyboard API

Fields

Means that storyboard will try to create branches automatically

Details about the project.

Tells if the project is active or has been deleted.

The project unique name.

The repo link to the project.

Trait Implementations

impl Debug for Project
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Project

impl Sync for Project