expand property
final
Default is false. Controls how Object/Map values are handled:
true
: Object/Map fields are flattened to the request body root levelfalse
: The entire Object/Map is added as a nested field
Implementation
final bool expand;