You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: