Class: Google::Datastore::V1::KindExpression
- Inherits:
-
Object
- Object
- Google::Datastore::V1::KindExpression
- Defined in:
- lib/google/cloud/datastore/v1/doc/google/datastore/v1/query.rb
Overview
A representation of a kind.
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the kind.
Instance Attribute Details
#name ⇒ String
Returns The name of the kind.
103 |
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/query.rb', line 103 class KindExpression; end |