fields property
The fields to return.
If empty, all fields are returned. To only return the name
of the document, use ['__name__']
.
Implementation
@$pb.TagNumber(2)
$core.List<StructuredQuery_FieldReference> get fields => $_getList(0);
The fields to return.
If empty, all fields are returned. To only return the name
of the document, use ['__name__']
.
@$pb.TagNumber(2)
$core.List<StructuredQuery_FieldReference> get fields => $_getList(0);