revocationContext = $revocationContext; } /** * @return RevocationContext */ public function getRevocationContext() { return $this->revocationContext; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RevokeSubscriptionPurchaseRequest::class, 'Google_Service_AndroidPublisher_RevokeSubscriptionPurchaseRequest');