3 declare(strict_types=1);
91 if (is_null($this->key)) {
93 $data = $this->
raw(self::FIELD_KEY);
97 $this->key = (string) $data;
111 if (is_null($this->resource)) {
113 $data = $this->
raw(self::FIELD_RESOURCE);
114 if (is_null($data)) {
133 if (is_null($this->stagedActions)) {
135 $data = $this->
raw(self::FIELD_STAGED_ACTIONS);
136 if (is_null($data)) {
153 if (is_null($this->custom)) {
155 $data = $this->
raw(self::FIELD_CUSTOM);
156 if (is_null($data)) {
174 if (is_null($this->comment)) {
176 $data = $this->
raw(self::FIELD_COMMENT);
177 if (is_null($data)) {
180 $this->comment = (string) $data;
196 if (is_null($this->dryRun)) {
198 $data = $this->
raw(self::FIELD_DRY_RUN);
199 if (is_null($data)) {
202 $this->dryRun = (bool) $data;