setKey('name') ->setType('string') ->setDescription(pht('The name of the object.')), ); } public function getFieldValuesForConduit() { return array( 'name' => $this->getName(), ); } public function getConduitSearchAttachments() { return array(); } */