
commonMain.com.algolia.client.model.ingestion.ScheduleDateUtilsInput.kt Maven / Gradle / Ivy
/** Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT. */
package com.algolia.client.model.ingestion
import kotlinx.serialization.*
import kotlinx.serialization.json.*
/**
* Input for scheduled tasks whose source is of type `bigquery` and for which extracted data spans a fixed number of days.
*
* @param timeframe Number of days in the past until the current day for which to extract Big Query data.
* @param mapping
*/
@Serializable
public data class ScheduleDateUtilsInput(
/** Number of days in the past until the current day for which to extract Big Query data. */
@SerialName(value = "timeframe") val timeframe: Int,
@SerialName(value = "mapping") val mapping: MappingInput? = null,
) : TaskInput
© 2015 - 2025 Weber Informatics LLC | Privacy Policy