Skip to content

Commit f235719

Browse files
docs: add paragraph regarding null properties in the response (#2130)
1 parent 5205105 commit f235719

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/start.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ foreach ($results as $item) {
8686
}
8787
```
8888

89+
**Properties are hydrated according to the value in the Response. If a property is not present in the Response it will be set to null. Some fields won't be in the Response if you didn't ask for them in the Request using the `fields` property. Therefore, watchout for null properties, maybe they have a value already but are null because they're not present in the Response.**
90+
8991
## Google App Engine support
9092

91-
This library works well with Google App Engine applications. The Memcache class is automatically used for caching, and the file IO is implemented with the use of the Streams API.
93+
This library works well with Google App Engine applications. The Memcache class is automatically used for caching, and the file IO is implemented with the use of the Streams API.

0 commit comments

Comments
 (0)