Type Alias gitlab::api::groups::issues::IssueSearchScope

source ·
pub type IssueSearchScope = IssueSearchScope;
Expand description

The scope to apply search query terms to.

Aliased Type§

enum IssueSearchScope {
    Title,
    Description,
}

Variants§

§

Title

Search within titles.

§

Description

Search within descriptions.