Adding Fields to a Struct
Let your IDE add constructor arguments to your instance.
Use a Quick Fix to generate the missing field of a structure.
Put your cursor on a field that's missing, press ⌃⏎ (macOS) / Ctrl+Enter (Windows/Linux), and let the IDE generate the corresponding field in the structure definition.