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

com.svix.kotlin.models.IntegrationOut.kt Maven / Gradle / Ivy

/**
* Svix API
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 1.1.1
* 
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package com.svix.kotlin.models


import com.squareup.moshi.Json

/**
 * 
 * @param createdAt 
 * @param id The integ's ID
 * @param name 
 * @param updatedAt 
 */

data class IntegrationOut (
    @Json(name = "createdAt")
    val createdAt: java.time.OffsetDateTime,
    /* The integ's ID */
    @Json(name = "id")
    val id: kotlin.String,
    @Json(name = "name")
    val name: kotlin.String,
    @Json(name = "updatedAt")
    val updatedAt: java.time.OffsetDateTime
)





© 2015 - 2024 Weber Informatics LLC | Privacy Policy