update README.md

This commit is contained in:
StevanFreeborn
2022-05-03 15:08:22 -05:00
parent c4e4ba3196
commit 0c317b0aab
+1 -1
View File
@@ -477,7 +477,7 @@ for field in response.data.fields:
print(f'Value: {field.GetResultValueString()}') print(f'Value: {field.GetResultValueString()}')
``` ```
You can specify what field values to return and in what format (Raw vs. Formatted) to return them. You can also specify what field values to return and in what format (Raw vs. Formatted) to return them.
```python ```python
from Models import GetRecordByIdRequest from Models import GetRecordByIdRequest