Skip to content

Commit 64bd2b3

Browse files
Merge branch 'develop'
2 parents fd2db2c + 6eab58f commit 64bd2b3

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

ESI.NET/Models/Corporation/Structure.cs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ namespace ESI.NET.Models.Corporation
77
{
88
public class Structure
99
{
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+
1019
[JsonProperty("next_reinforce_apply")]
1120
public DateTime NextReinforceApply { get; set; }
1221

0 commit comments

Comments
 (0)