data class BiScriptProperties@ConstructorBindingconstructor(@DefaultValue(value = ["true"])val enabled: Boolean, val database: String? = null, val consumerDatabase: String? = null, val topology: BiScriptTopologyProperties = BiScriptTopologyProperties(), val timezone: String? = null, val kafkaBootstrapServers: String? = null, val topicPrefix: String? = null, val consumerGroupNamespace: String? = null, val kafkaOffsetStorage: KafkaOffsetStorage? = null, val kafkaKeeperPathPrefix: String? = null, val maxExpansionDepth: Int? = null, val unsupportedTypeStrategy: UnsupportedTypeStrategy? = null, val inspector: BiDeploymentInspectorProperties = BiDeploymentInspectorProperties())