Add "Registrar" extensions
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace AMWD.Net.Api.Cloudflare.Zones.Internals
|
||||
{
|
||||
internal class InternalUpdateDomainRequest
|
||||
{
|
||||
[JsonProperty("auto_renew")]
|
||||
public bool? AutoRenew { get; set; }
|
||||
|
||||
[JsonProperty("locked")]
|
||||
public bool? Locked { get; set; }
|
||||
|
||||
[JsonProperty("privacy")]
|
||||
public bool? Privacy { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user