2026-05-08 20:26:26 +02:00
|
|
|
// Copyright (c) The Geekeey Authors
|
|
|
|
|
// SPDX-License-Identifier: EUPL-1.2
|
|
|
|
|
|
|
|
|
|
namespace Geekeey.Request.Tests;
|
|
|
|
|
|
|
|
|
|
public class DeepDerivedStreamRequest : InheritedStreamRequest
|
|
|
|
|
{
|
|
|
|
|
public int DeepValue { get; set; }
|
2026-05-16 12:36:35 +02:00
|
|
|
}
|