Class DashboardJobQuery
One page of the job listing, optionally narrowed to the groups whose name contains GroupContains.
public sealed record DashboardJobQuery : PagedQuery, IEquatable<PagedQuery>, IEquatable<DashboardJobQuery>
- Inheritance
-
DashboardJobQuery
- Implements
- Inherited Members
Properties
GroupContains
Lists only the jobs whose group name contains this, or every job when null.
public string? GroupContains { get; init; }