Oh well, this works:
for key, value in response.results.items():
print(f"Key: {key}")
print(f"Total Billed Duration: {value.metadata.total_billed_duration.seconds} seconds")
print(f"SRT Format URI: {value.cloud_storage_result.srt_format_uri}")