fields property
The fields to return.
If empty, all fields are returned. To only return the name of the
document, use ['__name__']
.
Implementation
core.List<FieldReference>? fields;
The fields to return.
If empty, all fields are returned. To only return the name of the
document, use ['__name__']
.
core.List<FieldReference>? fields;