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 686e149 commit c92401fCopy full SHA for c92401f
src/Models/PrimaryIps/PrimaryIp.php
@@ -93,7 +93,7 @@ class PrimaryIp extends Model implements Resource
93
* @param int|null $assignee_id
94
* @param bool $auto_delete
95
*/
96
- public function __construct(int $id, string $name, string $created, string $ip, string $type, array $dns_ptr, bool $blocked, $protection, array $labels, $datacenter, string $assignee_type, int $assignee_id = null, bool $auto_delete)
+ public function __construct(int $id, string $name, string $created, string $ip, string $type, array $dns_ptr, bool $blocked, $protection, array $labels, $datacenter, string $assignee_type, int $assignee_id = null, bool $auto_delete=false)
97
{
98
$this->id = $id;
99
$this->name = $name;
0 commit comments