We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e493e2f commit 27da4d8Copy full SHA for 27da4d8
src/Models/Zones/RRSet.php
@@ -14,7 +14,7 @@ class RRSet extends Model implements Resource
14
public string $id;
15
public string $name;
16
public string $type;
17
- public int $ttl;
+ public ?int $ttl;
18
public array $records;
19
public array $labels;
20
public ?RRSetProtection $protection;
0 commit comments