2.17.0
(feat): Respect defaults set for request parameter values.
When use-default-request-parameter-values: true is configured in generators.yml, the SDK will
generate initializers of the form = default for those properties of a record that have defaults.
Any property with a default will also have the ‘required’ keyword stripped if it’s there, since
users should be allowed to omit it during initialization and rely on the default.