toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.chaos.kotlin.outputs
/
BranchResponse
Branch
Response
data
class
BranchResponse
(
val
actions
:
List
<
Any
>
,
val
name
:
String
)
Model that represents a branch in the step.
Members
Constructors
Branch
Response
Link copied to clipboard
constructor
(
actions
:
List
<
Any
>
,
name
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
actions
Link copied to clipboard
val
actions
:
List
<
Any
>
List of actions.
name
Link copied to clipboard
val
name
:
String
String of the branch name.