Deconstructed dict KvP to improve readabiltiy + string to mongoId conversions
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ public record HideoutCustomizationSetMannequinPoseRequest : InventoryBaseActionR
|
||||
public Dictionary<string, object>? ExtensionData { get; set; }
|
||||
|
||||
[JsonPropertyName("poses")]
|
||||
public Dictionary<string, MongoId>? Poses { get; set; }
|
||||
public Dictionary<MongoId, MongoId>? Poses { get; set; }
|
||||
|
||||
[JsonPropertyName("timestamp")]
|
||||
public double? Timestamp { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user