setFromData($webflowApiCollectionItem->data); } public function getId(): ?string { return $this->id; } public function getCid(): ?string { return $this->cid; } public function setCid(string $cid): self { $this->cid = $cid; return $this; } public function getArchived(): bool { return $this->archived; } public function getDraft(): bool { return $this->draft; } public function setReCaptcha(string $value) { $this->reCaptcha = $value; } }