com.personio.synthetics.model.api.ApiRequest.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.api
import com.datadog.api.client.v1.model.SyntheticsBrowserTestConfig
internal data class ApiRequest(
val config: SyntheticsBrowserTestConfig = SyntheticsBrowserTestConfig(),
val options: Options = Options(),
val subtype: String = "",
)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy