style property

String? style
getter/setter pair

Describes how a specific property value will be serialized depending on its type.

See APIParameter for details on the style property. The behavior follows the same values as query parameters, including default values. This property SHALL be ignored if the request body media type is not application/x-www-form-urlencoded.

Implementation

String? style;