fieldMask property

String? fieldMask
getter/setter pair

Specifies which fields to include in the output documents.

Only supports top level document and pages field so it must be in the form of {document_field_name} or pages.{page_field_name}.

Implementation

core.String? fieldMask;