All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.xebia.functional.openai.generated.model.AuditLogProject.kt Maven / Gradle / Ivy

The newest version!
/**
 *
 * Please note:
 * This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * Do not edit this file manually.
 *
 */

@file:Suppress(
    "ArrayInDataClass",
    "EnumEntryName",
    "RemoveRedundantQualifierName",
    "UnusedImport"
)

package com.xebia.functional.openai.generated.model




import kotlinx.serialization.Serializable
import kotlinx.serialization.SerialName
import kotlinx.serialization.Contextual
import kotlin.js.JsName
import kotlinx.serialization.json.*

/**
* The project that the action was scoped to. Absent for actions not scoped to projects.
*
    * @param id The project ID.
    * @param name The project title.
*/
@Serializable


data class AuditLogProject (
        /* The project ID. */
    @SerialName(value = "id") val id: kotlin.String? = null,
        /* The project title. */
    @SerialName(value = "name") val name: kotlin.String? = null
) {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy