_id = $_id; $this->name = $name; $this->type = $type; $this->mode = $mode; $this->created_at = $created_at; $this->updated_at = $updated_at; $this->archived = $archived; $this->default = $default; $this->verification_status = $verification_status; } }