From a10167a79528b9c46b0d088112fa0642e24b9586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 5 May 2023 01:30:27 +0200 Subject: types --- types/zoneentry.pp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'types/zoneentry.pp') diff --git a/types/zoneentry.pp b/types/zoneentry.pp index 6f4fc0f..a862bd6 100644 --- a/types/zoneentry.pp +++ b/types/zoneentry.pp @@ -4,9 +4,9 @@ type Dns::Zoneentry = Struct[{ ns => Optional[Array[String]], records => Optional[Array[Dns::Recordentry]], update_policy => Optional[String], - refresh => Dns::Ttl, - retry => Dns::Ttl, - expire => Dns::Ttl, - negative_ttl => Dns::Ttl, - ttl => Dns::Ttl, + refresh => Optional[Dns::Ttl], + retry => Optional[Dns::Ttl], + expire => Optional[Dns::Ttl], + negative_ttl => Optional[Dns::Ttl], + ttl => Optional[Dns::Ttl], }] -- cgit v1.2.3