PostgenIntegrationsInput constructor
PostgenIntegrationsInput({})
Returns a new PostgenIntegrationsInput instance.
Implementation
PostgenIntegrationsInput({
required this.companyId,
required this.userId,
required this.platform,
required this.platformName,
required this.credentialsSecretName,
this.isActive,
this.lastUsedAt,
});