>, value-of>> */ public function toArray(): array { return [ 'operationId' => $this->operationId, 'type' => $this->type, 'value' => $this->value, ]; } }