Class: Google::Datastore::V1::PropertyReference
- Inherits:
-
Object
- Object
- Google::Datastore::V1::PropertyReference
- Defined in:
- lib/google/cloud/datastore/v1/doc/google/datastore/v1/query.rb
Overview
A reference to a property relative to the kind expressions.
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the property.
Instance Attribute Details
#name ⇒ String
Returns The name of the property. If name includes "."s, it may be interpreted as a property name path.
110 |
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/query.rb', line 110 class PropertyReference; end |