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

com.personio.synthetics.model.api.ApiRequest.kt Maven / Gradle / Ivy

There is a newer version: 2.7.0
Show newest version
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