AppEventResponse

data class AppEventResponse(@Json(name = "auto_translation_enabled") val autoTranslationEnabled: Boolean, @Json(name = "name") val name: String, @Json(name = "async_url_enrich_enabled") val asyncUrlEnrichEnabled: Boolean? = null, @Json(name = "file_upload_config") val fileUploadConfig: FileUploadConfig? = null, @Json(name = "image_upload_config") val imageUploadConfig: FileUploadConfig? = null)

Constructors

Link copied to clipboard
constructor(@Json(name = "auto_translation_enabled") autoTranslationEnabled: Boolean, @Json(name = "name") name: String, @Json(name = "async_url_enrich_enabled") asyncUrlEnrichEnabled: Boolean? = null, @Json(name = "file_upload_config") fileUploadConfig: FileUploadConfig? = null, @Json(name = "image_upload_config") imageUploadConfig: FileUploadConfig? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard