Added ZoneTransfer implementation
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace AMWD.Net.Api.Cloudflare.Dns.Internals
|
||||
{
|
||||
internal class InternalPrimaryZoneConfigurationRequest
|
||||
{
|
||||
[JsonProperty("name")]
|
||||
public string? Name { get; set; }
|
||||
|
||||
[JsonProperty("peers")]
|
||||
public IReadOnlyCollection<string>? Peers { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user