src/ccf/recovery/ccf-recovery-agent/Models/SetNetworkJoinPolicyInput.cs (6 lines of code) (raw):
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
namespace Controllers;
internal class SetNetworkJoinPolicyInput
{
public AgentConfig AgentConfig { get; set; } = default!;
}