PostgenIntegrationsUpdate constructor

PostgenIntegrationsUpdate({
  1. String? companyId,
  2. String? userId,
  3. String? platform,
  4. String? platformName,
  5. String? credentialsSecretName,
  6. bool? isActive,
  7. DateTime? lastUsedAt,
})

Returns a new PostgenIntegrationsUpdate instance.

Implementation

PostgenIntegrationsUpdate({
  this.companyId,
  this.userId,
  this.platform,
  this.platformName,
  this.credentialsSecretName,
  this.isActive,
  this.lastUsedAt,
});