Constructor
new BundledDocumentMetadata(propertiesopt)
Constructs a new BundledDocumentMetadata.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
properties |
firestore.IBundledDocumentMetadata |
<optional> |
Properties to set |
- Implements:
-
- IBundledDocumentMetadata
Members
exists :boolean
BundledDocumentMetadata exists.
name :string
BundledDocumentMetadata name.
readTime :google.protobuf.ITimestamp|null|undefined
BundledDocumentMetadata readTime.
Methods
(static) fromObject(object) → {firestore.BundledDocumentMetadata}
Creates a BundledDocumentMetadata message from a plain object. Also converts values to their respective internal types.
Parameters:
| Name | Type | Description |
|---|---|---|
object |
Object.<string, *> |
Plain object |
(static) toObject(message, optionsopt) → {Object.<string, *>}
Creates a plain object from a BundledDocumentMetadata message. Also converts values to other types if specified.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
message |
firestore.BundledDocumentMetadata |
BundledDocumentMetadata |
|
options |
$protobuf.IConversionOptions |
<optional> |
Conversion options |
toJSON() → {Object.<string, *>}
Converts this BundledDocumentMetadata to JSON.