tutone
tutone copied to clipboard
fix(typegen): do not use `omitempty` in json tags for boolean values
In some API scenarios, omitting a false
value from serialized JSON causes the field to be ignored by the API. By removing omitempty
from the JSON tags, this ensures a boolean value is always present.
Related to newrelic/newrelic-client-go #959