alwaysPrintEmptyFields property

bool? alwaysPrintEmptyFields
getter/setter pair

Always print fields with no presence.

This is useful for printing fields that are not set, like implicit 0 value or empty lists/maps. Only applicable for JSON format.

Optional.

Implementation

core.bool? alwaysPrintEmptyFields;