Skip to content

Commit

Permalink
add fields to zone struct
Browse files Browse the repository at this point in the history
  • Loading branch information
AGS4NO committed Dec 5, 2023
1 parent 7c23dbc commit 8016314
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dnsimple/Services/Zones.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ public struct Zone
public long AccountId { get; set; }
public string Name { get; set; }
public bool Reverse { get; set; }
public bool Secondary { get; set; }
public Nullable<DateTime> LastTransferredAt { get; set; }
public bool Active { get; set; }
public DateTime CreatedAt { get; set; }
public DateTime UpdatedAt { get; set; }
}
Expand Down

0 comments on commit 8016314

Please sign in to comment.