/home/techb158/immovalet.com/vendor/google/apiclient-services/src/Analytics
Edit: /home/techb158/immovalet.com/vendor/google/apiclient-services/src/Analytics/UserDeletionRequest.php (2182B)
deletionRequestTime = $deletionRequestTime;
}
public function getDeletionRequestTime()
{
return $this->deletionRequestTime;
}
public function setFirebaseProjectId($firebaseProjectId)
{
$this->firebaseProjectId = $firebaseProjectId;
}
public function getFirebaseProjectId()
{
return $this->firebaseProjectId;
}
/**
* @param UserDeletionRequestId
*/
public function setId(UserDeletionRequestId $id)
{
$this->id = $id;
}
/**
* @return UserDeletionRequestId
*/
public function getId()
{
return $this->id;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setPropertyId($propertyId)
{
$this->propertyId = $propertyId;
}
public function getPropertyId()
{
return $this->propertyId;
}
public function setWebPropertyId($webPropertyId)
{
$this->webPropertyId = $webPropertyId;
}
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');