fields = $fields; } public function getFields() { return $this->fields; } /** * @param Google_Service_Slides_LineProperties */ public function setLineProperties(Google_Service_Slides_LineProperties $lineProperties) { $this->lineProperties = $lineProperties; } /** * @return Google_Service_Slides_LineProperties */ public function getLineProperties() { return $this->lineProperties; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } }