Class: Google::Firestore::V1::MapValue

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

Overview

A map value.

Instance Attribute Summary collapse

Instance Attribute Details

#fieldsHash{String => Google::Firestore::V1::Value}

Returns The map's fields.

The map keys represent field names. Field names matching the regular expression __.*__ are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty.

Returns:

  • (Hash{String => Google::Firestore::V1::Value})

    The map's fields.

    The map keys represent field names. Field names matching the regular expression __.*__ are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty.



133
# File 'lib/google/cloud/firestore/v1/doc/google/firestore/v1/document.rb', line 133

class MapValue; end