GoldengateMicrosoftFabricConnectionProperties constructor

GoldengateMicrosoftFabricConnectionProperties({
  1. String? clientId,
  2. String? clientSecret,
  3. String? endpoint,
  4. String? technologyType,
  5. String? tenantId,
})

Implementation

GoldengateMicrosoftFabricConnectionProperties({
  this.clientId,
  this.clientSecret,
  this.endpoint,
  this.technologyType,
  this.tenantId,
});