ExperimentEndpointArgs

data class ExperimentEndpointArgs(val endpoint: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<ExperimentEndpointArgs>

Defines the endpoint properties

Constructors

Link copied to clipboard
constructor(endpoint: Output<String>? = null, name: Output<String>? = null)

Properties

Link copied to clipboard
val endpoint: Output<String>? = null

The endpoint URL

Link copied to clipboard
val name: Output<String>? = null

The name of the endpoint

Functions

Link copied to clipboard
open override fun toJava(): ExperimentEndpointArgs