Skip to content

Commit f200314

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
docs: adjust additional properties example (#64)
1 parent fd13223 commit f200314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ if (field.isMissing()) {
166166
Sometimes, the server response may include additional properties that are not yet available in this library's types. You can access them using the model's `_additionalProperties` method:
167167

168168
```java
169-
JsonValue secret = customer._additionalProperties().get("secret_field");
169+
JsonValue secret = paginationMetadata._additionalProperties().get("secret_field");
170170
```
171171

172172
---

0 commit comments

Comments
 (0)