com.personio.synthetics.model.actions.SpecialActionsParams.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of datadog-synthetic-test-support Show documentation
Show all versions of datadog-synthetic-test-support Show documentation
Kotlin library for managing Datadog Synthetic test as code
package com.personio.synthetics.model.actions
import com.personio.synthetics.model.Params
import com.personio.synthetics.model.element.ElementForSpecialActions
internal data class SpecialActionsParams(
val element: ElementForSpecialActions? = null,
val x: Int? = null,
val y: Int? = null,
) : Params()
© 2015 - 2024 Weber Informatics LLC | Privacy Policy