3 declare(strict_types=1);
63 if (is_null($this->version)) {
65 $data = $this->
raw(self::FIELD_VERSION);
69 $this->version = (int) $data;
83 if (is_null($this->actions)) {
85 $data = $this->
raw(self::FIELD_ACTIONS);
103 if (is_null($this->dryRun)) {
105 $data = $this->
raw(self::FIELD_DRY_RUN);
106 if (is_null($data)) {
109 $this->dryRun = (bool) $data;