We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd2db2c + 6eab58f commit 64bd2b3Copy full SHA for 64bd2b3
1 file changed
ESI.NET/Models/Corporation/Structure.cs
@@ -7,6 +7,15 @@ namespace ESI.NET.Models.Corporation
7
{
8
public class Structure
9
10
+ [JsonProperty("corporation_id")]
11
+ public int CorporationId { get; set; }
12
+
13
+ [JsonProperty("fuel_expires")]
14
+ public DateTime FuelExpires { get; set; }
15
16
+ [JsonProperty("name")]
17
+ public string Name { get; set; }
18
19
[JsonProperty("next_reinforce_apply")]
20
public DateTime NextReinforceApply { get; set; }
21
0 commit comments