Add 'DNS Zone Settings' implementation
This commit is contained in:
14
src/Extensions/Cloudflare.Dns/Models/DnsZoneInternalDns.cs
Normal file
14
src/Extensions/Cloudflare.Dns/Models/DnsZoneInternalDns.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace AMWD.Net.Api.Cloudflare.Dns
|
||||
{
|
||||
/// <summary>
|
||||
/// Settings for this internal zone.
|
||||
/// </summary>
|
||||
public class DnsZoneInternalDns
|
||||
{
|
||||
/// <summary>
|
||||
/// The ID of the zone to fallback to.
|
||||
/// </summary>
|
||||
[JsonProperty("reference_zone_id")]
|
||||
public string? ReferenceZoneId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user