fieldMask property

String? fieldMask
getter/setter pair

A mask specifying which fields in Instance should be updated.

The field mask must always be specified; this prevents any future fields in Instance from being erased accidentally by clients that do not know about them.

Required.

Implementation

core.String? fieldMask;