pulumi-azure-native-kotlin
1.104.0.1
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.chaos.kotlin.outputs
/
StepResponse
Step
Response
data
class
StepResponse
(
val
branches
:
List
<
BranchResponse
>
,
val
name
:
String
)
Model that represents a step in the Experiment resource.
Types
Constructors
Properties
Constructors
Step
Response
Link copied to clipboard
fun
StepResponse
(
branches
:
List
<
BranchResponse
>
,
name
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
branches
Link copied to clipboard
val
branches
:
List
<
BranchResponse
>
List of branches.
name
Link copied to clipboard
val
name
:
String
String of the step name.