domainForwardings = $domainForwardings; } /** * @return DomainForwarding[] */ public function getDomainForwardings() { return $this->domainForwardings; } /** * The list of email forwarding configurations. A forwarding configuration * might not work correctly if the required DNS records are not present in the * domain's authoritative DNS zone. * * @param EmailForwarding[] $emailForwardings */ public function setEmailForwardings($emailForwardings) { $this->emailForwardings = $emailForwardings; } /** * @return EmailForwarding[] */ public function getEmailForwardings() { return $this->emailForwardings; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RetrieveGoogleDomainsForwardingConfigResponse::class, 'Google_Service_CloudDomains_RetrieveGoogleDomainsForwardingConfigResponse');