Comment changes

This commit is contained in:
Chomp
2025-02-01 18:52:25 +00:00
parent 7a72fe41a0
commit 7ef796306a
2 changed files with 4 additions and 1 deletions
@@ -48,6 +48,9 @@ public record SearchRequestData : IRequestData
[JsonPropertyName("offerOwnerType")]
public OfferOwnerType? OfferOwnerType { get; set; }
/// <summary>
/// 'Only Operational'
/// </summary>
[JsonPropertyName("onlyFunctional")]
public bool? OnlyFunctional { get; set; }