3 declare(strict_types=1);
69 if (is_null($this->type)) {
71 $data = $this->
raw(self::FIELD_TYPE);
75 $this->type = (string) $data;
89 if (is_null($this->region)) {
91 $data = $this->
raw(self::FIELD_REGION);
95 $this->region = (string) $data;
109 if (is_null($this->accountId)) {
111 $data = $this->
raw(self::FIELD_ACCOUNT_ID);
112 if (is_null($data)) {
115 $this->accountId = (string) $data;
129 if (is_null($this->source)) {
131 $data = $this->
raw(self::FIELD_SOURCE);
132 if (is_null($data)) {
135 $this->source = (string) $data;