in src/Context.php [29:41]
public function __construct(
?string $eventId,
?string $timestamp,
?string $eventType,
?array $resource,
?string $domain
) {
$this->eventId = $eventId;
$this->timestamp = $timestamp;
$this->eventType = $eventType;
$this->resource = $resource;
$this->domain = $domain;
}