Component Mutation Action Set State Parameter Args
data class ComponentMutationActionSetStateParameterArgs(val componentName: Output<String>, val property: Output<String>, val set: Output<ComponentPropertyArgs>) : ConvertibleToJava<ComponentMutationActionSetStateParameterArgs>
Constructors
Link copied to clipboard
constructor(componentName: Output<String>, property: Output<String>, set: Output<ComponentPropertyArgs>)