Class: Google::Datastore::V1::PropertyReference

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#nameString

Returns The name of the property. If name includes "."s, it may be interpreted as a property name path.

Returns:

  • (String)

    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