ccRecipients = $ccRecipients; } /** * @return Recipient[] */ public function getCcRecipients() { return $this->ccRecipients; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UpdateCcRecipients::class, 'Google_Service_CloudSearch_UpdateCcRecipients');