Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
/** 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.*
/**
* ListSourcesResponse
*
* @param sources
* @param pagination
*/
@Serializable
public data class ListSourcesResponse(
@SerialName(value = "sources") val sources: List,
@SerialName(value = "pagination") val pagination: Pagination,
)