namespace AMWD.Net.Api.Cloudflare.Dns
{
///
/// Settings for this internal zone.
///
public class DnsZoneInternalDns
{
///
/// The ID of the zone to fallback to.
///
[JsonProperty("reference_zone_id")]
public string? ReferenceZoneId { get; set; }
}
}