GoogleDatastoreAdminV1ImportEntitiesRequest constructor

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

Implementation

GoogleDatastoreAdminV1ImportEntitiesRequest({
  this.entityFilter,
  this.inputUrl,
  this.labels,
});