contacts = $contacts; } /** * @return string[] */ public function getContacts() { return $this->contacts; } /** * @param string */ public function setNotificationCategory($notificationCategory) { $this->notificationCategory = $notificationCategory; } /** * @return string */ public function getNotificationCategory() { return $this->notificationCategory; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudEssentialcontactsV1SendTestMessageRequest::class, 'Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1SendTestMessageRequest');