namespace CanvasModel.ContentShares; public struct ContentExportIdModel { [JsonPropertyName("id")] public ulong Id { get; set; } }