class Google::Cloud::Storage::Bucket::List

def next?

Returns:
  • (Boolean) -
def next?
  !token.nil?
end