/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Firestore
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Firestore/Cursor.php (1215B)
before = $before;
}
public function getBefore()
{
return $this->before;
}
/**
* @param Google_Service_Firestore_Value[]
*/
public function setValues($values)
{
$this->values = $values;
}
/**
* @return Google_Service_Firestore_Value[]
*/
public function getValues()
{
return $this->values;
}
}