// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschraenkt) // All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex; internal sealed class TestModel { public string ClassNamespace { get; set; } public string ClassName { get; set; } public string BaseName { get; set; } public string CollectionSuffix { get; set; } public string CollectionLabel { get; set; } public bool HasContentContext { get; set; } }