type
DocumentReference
type DocumentReference struct {
CollectionID schema.StableID
DocumentID string
}Collection and document identity for framework-owned cleanup.
CollectionIDschema.StableID- The CollectionID value.
DocumentIDstring- The DocumentID value.