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