$this->id, 'name' => $this->name, 'is_active' => $this->isActive ? 1 : 0, 'default_rtb' => $this->defaultRtb, 'created_at' => $this->createdAt, 'updated_at' => $this->updatedAt, ]; } }