deletionRequestTime = $deletionRequestTime; } /** * @return string */ public function getDeletionRequestTime() { return $this->deletionRequestTime; } /** * @param string */ public function setFirebaseProjectId($firebaseProjectId) { $this->firebaseProjectId = $firebaseProjectId; } /** * @return string */ public function getFirebaseProjectId() { return $this->firebaseProjectId; } /** * @param UserDeletionRequestId */ public function setId(UserDeletionRequestId $id) { $this->id = $id; } /** * @return UserDeletionRequestId */ public function getId() { return $this->id; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param string */ public function setPropertyId($propertyId) { $this->propertyId = $propertyId; } /** * @return string */ public function getPropertyId() { return $this->propertyId; } /** * @param string */ public function setWebPropertyId($webPropertyId) { $this->webPropertyId = $webPropertyId; } /** * @return string */ public function getWebPropertyId() { return $this->webPropertyId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UserDeletionRequest::class, 'Google_Service_Analytics_UserDeletionRequest');