google_api_firestore v0.0.1 GoogleApi.Firestore.V1beta1.Model.Projection View Source
The projection of document's fields to return.
Attributes
- fields ([FieldReference]): The fields to return. If empty, all fields are returned. To only return the name of the document, use `['name']`. Defaults to:
null
.