Type Alias gitlab::api::groups::issues::IssueWeight

source ·
pub type IssueWeight = IssueWeight;
Expand description

Filter issues by weight.

Aliased Type§

enum IssueWeight {
    Any,
    None,
    Weight(u64),
}

Variants§

§

Any

Filter issues with any weight.

§

None

Filter issues with no weight assigned.

§

Weight(u64)

Filter issues with a specific weight.