ConnectionsUpdate constructor

ConnectionsUpdate({
  1. String? userId,
  2. int? engineId,
  3. String? companyId,
  4. ConnectionsUpdateCredentialTypeEnum? credentialType,
  5. String? name,
  6. String? description,
  7. String? providerDomain,
  8. bool? verifiedUsageAbility,
})

Returns a new ConnectionsUpdate instance.

Implementation

ConnectionsUpdate({
  this.userId,
  this.engineId,
  this.companyId,
  this.credentialType,
  this.name,
  this.description,
  this.providerDomain,
  this.verifiedUsageAbility,
});