Is it possible to use lowerCamelCase format for field names for the Python types like the following?
struct Person
firstName String
lastName String
I'm writing a spec for an API with a lowerCamelCase format for field names but the generated Python types for it changed the field names to underscore format.
Is it possible to use lowerCamelCase format for field names for the Python types like the following?
I'm writing a spec for an API with a lowerCamelCase format for field names but the generated Python types for it changed the field names to underscore format.