/var/www/flurhymez/vendor/google/apiclient-services/src/Logging
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Logging/CopyLogEntriesRequest.php (1627B)
destination = $destination;
}
/**
* @return string
*/
public function getDestination()
{
return $this->destination;
}
/**
* @param string
*/
public function setFilter($filter)
{
$this->filter = $filter;
}
/**
* @return string
*/
public function getFilter()
{
return $this->filter;
}
/**
* @param string
*/
public function setName($name)
{
$this->name = $name;
}
/**
* @return string
*/
public function getName()
{
return $this->name;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CopyLogEntriesRequest::class, 'Google_Service_Logging_CopyLogEntriesRequest');