updateBccRecipients = $updateBccRecipients; } /** * @return UpdateBccRecipients */ public function getUpdateBccRecipients() { return $this->updateBccRecipients; } /** * @param UpdateBody */ public function setUpdateBody(UpdateBody $updateBody) { $this->updateBody = $updateBody; } /** * @return UpdateBody */ public function getUpdateBody() { return $this->updateBody; } /** * @param UpdateCcRecipients */ public function setUpdateCcRecipients(UpdateCcRecipients $updateCcRecipients) { $this->updateCcRecipients = $updateCcRecipients; } /** * @return UpdateCcRecipients */ public function getUpdateCcRecipients() { return $this->updateCcRecipients; } /** * @param UpdateSubject */ public function setUpdateSubject(UpdateSubject $updateSubject) { $this->updateSubject = $updateSubject; } /** * @return UpdateSubject */ public function getUpdateSubject() { return $this->updateSubject; } /** * @param UpdateToRecipients */ public function setUpdateToRecipients(UpdateToRecipients $updateToRecipients) { $this->updateToRecipients = $updateToRecipients; } /** * @return UpdateToRecipients */ public function getUpdateToRecipients() { return $this->updateToRecipients; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UpdateDraftActionMarkup::class, 'Google_Service_CloudSearch_UpdateDraftActionMarkup');