Class: Google::Datastore::V1::ArrayValue
- Inherits:
-
Object
- Object
- Google::Datastore::V1::ArrayValue
- Defined in:
- lib/google/cloud/datastore/v1/doc/google/datastore/v1/entity.rb
Overview
An array value.
Instance Attribute Summary collapse
-
#values ⇒ Array<Google::Datastore::V1::Value>
Values in the array.
Instance Attribute Details
#values ⇒ Array<Google::Datastore::V1::Value>
Returns Values in the array. The order of this array may not be preserved if it contains a mix of indexed and unindexed values.
103 |
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/entity.rb', line 103 class ArrayValue; end |