Interface ScansParams

interface ScansParams {
    branch?: string;
    "from-date"?: string;
    limit?: number;
    offset?: number;
    "project-id"?: string;
    "project-name"?: string;
    status?: string;
    tags?: string;
    "to-date"?: string;
}

Properties

branch?: string
"from-date"?: string
limit?: number
offset?: number
"project-id"?: string
"project-name"?: string
status?: string
tags?: string
"to-date"?: string