/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Keep
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Keep/ListNotesResponse.php (1456B)
nextPageToken = $nextPageToken;
}
/**
* @return string
*/
public function getNextPageToken()
{
return $this->nextPageToken;
}
/**
* @param Note[]
*/
public function setNotes($notes)
{
$this->notes = $notes;
}
/**
* @return Note[]
*/
public function getNotes()
{
return $this->notes;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ListNotesResponse::class, 'Google_Service_Keep_ListNotesResponse');