Package version:

Optional parameters.

interface ClusterJobsListOptionalParams {
    filter?: string;
}

Hierarchy

  • unknown
    • ClusterJobsListOptionalParams

Properties

Properties

filter?: string

The system query option to filter job returned in the response. Allowed value is 'jobName eq {jobName}' or 'jarName eq {jarName}'.