toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
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.
Members
Constructors
Step
Response
Link copied to clipboard
constructor
(
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.