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

com.personio.synthetics.domain.SyntheticTestParameters.kt Maven / Gradle / Ivy

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

data class SyntheticTestParameters(
    var message: String,
    var locations: List,
    var tags: MutableList,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy