IngestEndpoint constructor

IngestEndpoint({
  1. String? id,
  2. String? password,
  3. String? url,
  4. String? username,
})

Implementation

IngestEndpoint({
  this.id,
  this.password,
  this.url,
  this.username,
});