
commonMain.com.algolia.client.model.ingestion.AuthGoogleServiceAccount.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.*
/**
* Authentication input to connect to a Google service (e.g. BigQuery).
*
* @param clientEmail Email address of the Service Account.
* @param privateKey Private key of the Service Account.
*/
@Serializable
public data class AuthGoogleServiceAccount(
/** Email address of the Service Account. */
@SerialName(value = "clientEmail") val clientEmail: String,
/** Private key of the Service Account. */
@SerialName(value = "privateKey") val privateKey: String,
) : AuthInput
© 2015 - 2025 Weber Informatics LLC | Privacy Policy