GoogleDatastoreAdminV1ImportEntitiesRequest constructor
      
      GoogleDatastoreAdminV1ImportEntitiesRequest({ 
    
    
- GoogleDatastoreAdminV1EntityFilter? entityFilter,
- String? inputUrl,
- Map<String, String> ? labels,
Implementation
GoogleDatastoreAdminV1ImportEntitiesRequest({
  this.entityFilter,
  this.inputUrl,
  this.labels,
});