diff --git a/cloudflare/src/endpoints/dns.rs b/cloudflare/src/endpoints/dns.rs index ce21d10..b388842 100644 --- a/cloudflare/src/endpoints/dns.rs +++ b/cloudflare/src/endpoints/dns.rs @@ -153,10 +153,7 @@ pub struct ListDnsRecordsParams { /// Extra Cloudflare-specific information about the record #[derive(Deserialize, Debug)] -pub struct Meta { - /// Will exist if Cloudflare automatically added this DNS record during initial setup. - pub auto_added: bool, -} +pub struct Meta {} /// Type of the DNS record, along with the associated value. /// When we add support for other types (LOC/SRV/...), the `meta` field should also probably be encoded