Class CheckWebCachedRequest
- Namespace
- TorBoxSDK.Models.WebDownloads
- Assembly
- TorBoxSDK.dll
Represents a request to check whether one or more web downloads are cached on TorBox.
public sealed record CheckWebCachedRequest : IEquatable<CheckWebCachedRequest>
- Inheritance
-
CheckWebCachedRequest
- Implements
- Inherited Members
Properties
Format
Gets the desired response format, or null for the default format.
[JsonPropertyName("format")]
public string? Format { get; init; }
Property Value
Hashes
Gets the list of hashes to check for cache availability.
[JsonPropertyName("hashes")]
public IReadOnlyList<string> Hashes { get; init; }
Property Value
ListFiles
Gets a value indicating whether to include file listings in the response, or null to use the default behavior.
[JsonPropertyName("list_files")]
public bool? ListFiles { get; init; }
Property Value
- bool?