Class QueryJobsRequest
- Namespace
- CivitaiSharp.Sdk.Models.Jobs
- Assembly
- CivitaiSharp.Sdk.dll
Request model for querying jobs by custom properties.
public sealed class QueryJobsRequest
- Inheritance
-
QueryJobsRequest
- Inherited Members
Properties
Properties
Gets or sets the properties to match. All specified properties must match exactly.
[JsonPropertyName("properties")]
public required IReadOnlyDictionary<string, JsonElement> Properties { get; init; }
Property Value
Remarks
Properties can contain any JSON-serializable values. Use JsonElement to preserve AOT compatibility while supporting arbitrary value types.