fieldTransforms property
The list of transformations to apply to the fields of the document, in order. This must not be empty.
Implementation
@$pb.TagNumber(2)
$core.List<DocumentTransform_FieldTransform> get fieldTransforms =>
$_getList(1);
The list of transformations to apply to the fields of the document, in order. This must not be empty.
@$pb.TagNumber(2)
$core.List<DocumentTransform_FieldTransform> get fieldTransforms =>
$_getList(1);