/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Pubsub
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Pubsub/SeekRequest.php (976B)
snapshot = $snapshot;
}
public function getSnapshot()
{
return $this->snapshot;
}
public function setTime($time)
{
$this->time = $time;
}
public function getTime()
{
return $this->time;
}
}