View Source GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1beta1ImportDocumentsRequest (google_api_firestore v0.27.0)

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.v1beta1.ExportDocumentsResponse.output_uri_prefix.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1beta1ImportDocumentsRequest{
    collectionIds: [String.t()] | nil,
    inputUriPrefix: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.