InstanceSettingsConfiguration
namespace Relativity.Transfer.InstanceSettings
{
internal class InstanceSettingsConfiguration
{
public bool IsCloudInstance { get; set; }
public uint? MaxAllowedTargetDataRateMbpsAsync { get; set; }
}
}