Campaign
constructor(id: String = TsidCreator.getTsid().toString(), tenantId: String, name: String, type: CampaignType = CampaignType.WHATSAPP, status: CampaignStatus = CampaignStatus.DRAFT, channelId: String? = null, messageContent: String? = null, templateName: String? = null, templateArgs: List<String>? = null, templateId: String? = null, templateComponents: List<Map<String, Any>>? = null, targetTagId: String? = null, targetGroupId: String? = null, targetContactIds: List<String>? = null, scheduledTo: LocalDateTime? = null, sentAt: LocalDateTime? = null, totalRecipients: Int = 0, deliveredCount: Int = 0, failedCount: Int = 0, readCount: Int = 0, repliedCount: Int = 0)(source)