Class: Google::Datastore::V1::Projection
- Inherits:
-
Object
- Object
- Google::Datastore::V1::Projection
- Defined in:
- lib/google/cloud/datastore/v1/doc/google/datastore/v1/query.rb
Overview
A representation of a property in a projection.
Instance Attribute Summary collapse
-
#property ⇒ Google::Datastore::V1::PropertyReference
The property to project.
Instance Attribute Details
#property ⇒ Google::Datastore::V1::PropertyReference
Returns The property to project.
116 |
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/query.rb', line 116 class Projection; end |