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