datastore.projection
Module Contents
-
class datastore.projection.Projection(prop)
- Parameters:
prop (str)
-
prop
-
__eq__(other)
- Parameters:
other (Any)
- Return type:
bool
-
__repr__()
- Return type:
str
-
classmethod from_repr(data)
- Parameters:
data (Dict[str, Any])
- Return type:
Projection
-
to_repr()
- Return type:
Dict[str, Any]