isSwiftClass property
Determines whether the defined class should be represented as a struct or a class in Swift generation.
Defaults to false, which would represent a struct.
Implementation
bool isSwiftClass;
Determines whether the defined class should be represented as a struct or a class in Swift generation.
Defaults to false, which would represent a struct.
bool isSwiftClass;