label = $label; } public function getLabel() { return $this->label; } /** * @param Google_Service_CloudHealthcare_Vertex */ public function setVertices($vertices) { $this->vertices = $vertices; } /** * @return Google_Service_CloudHealthcare_Vertex */ public function getVertices() { return $this->vertices; } }