Class: Google::Datastore::V1::ArrayValue

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/datastore/v1/doc/google/datastore/v1/entity.rb

Overview

An array value.

Instance Attribute Summary collapse

Instance Attribute Details

#valuesArray<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.

Returns:

  • (Array<Google::Datastore::V1::Value>)

    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