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

com.personio.synthetics.model.file.FileParams.kt Maven / Gradle / Ivy

There is a newer version: 2.7.0
Show newest version
package com.personio.synthetics.model.file

import com.personio.synthetics.model.Params
import com.personio.synthetics.model.element.Element

internal data class FileParams(
    val element: Element? = null,
    val files: List = emptyList(),
    val withClick: Boolean = false,
) : Params()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy