AppEventResponse

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)