readMask property
FieldMask?
readMask
final
Mask specifying which fields to read. FieldMask represents a set of
symbolic field paths. For example, the mask can be paths: "name". The
"name" here is a field in DataLabelingJob.
If this field is not set, all fields of the DataLabelingJob are returned.
Implementation
final protobuf.FieldMask? readMask;