GoogleDatastoreAdminV1ExportEntitiesRequest constructor

GoogleDatastoreAdminV1ExportEntitiesRequest({
  1. GoogleDatastoreAdminV1EntityFilter? entityFilter,
  2. Map<String, String>? labels,
  3. String? outputUrlPrefix,
})

Implementation

GoogleDatastoreAdminV1ExportEntitiesRequest({
  this.entityFilter,
  this.labels,
  this.outputUrlPrefix,
});