cloud-sdk-java icon indicating copy to clipboard operation
cloud-sdk-java copied to clipboard

[OpenAPI] Fix `@Nullable` properties

Open newtork opened this issue 6 months ago • 0 comments

Currently we generate @Nonnull for all accessors in POJO model classes.

This change considers the nullable: true setting definable in specs.

I also fixed a minor whitespace issue: For easier review, please hide whitespace changes.

newtork avatar Aug 20 '24 08:08 newtork