Click or drag to resize

ApiClientSerializationOptions Properties

The ApiClientSerializationOptions type exposes the following members.

Properties
  NameDescription
Public propertyIgnoreNullValues
True to ignore null values, otherwise false.
Public propertyUseCamelCasePropertyNames
Use camel case if true, otherwise depends on the action will be implemented in the serializer.
Public propertyUseStringEnumConversion
True to serialize enums to string values, false to serialize enums to integer values (default).
Top
See Also