google_api_firestore v0.9.0 GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1ImportDocumentsRequest View Source

The request for FirestoreAdmin.ImportDocuments.

Attributes

  • collectionIds (type: list(String.t), default: nil) - Which collection ids to import. Unspecified means all collections included in the import.
  • inputUriPrefix (type: String.t, default: nil) - Location of the exported files. This must match the output_uri_prefix of an ExportDocumentsResponse from an export that has completed successfully. See: google.firestore.admin.v1.ExportDocumentsResponse.output_uri_prefix.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() ::
  %GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1ImportDocumentsRequest{
    collectionIds: [String.t()],
    inputUriPrefix: String.t()
  }

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.