#nullable disable namespace Speckle.Core.Api.GraphQL.Models; public class ViewerResourceGroup { public string identifier { get; init; } public List items { get; init; } }