isSwiftClass property

bool isSwiftClass
getter/setter pair

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;