Share via


ReActStep.ActionVariables Property

Definition

Gets or sets the variables for the action

[System.Text.Json.Serialization.JsonPropertyName("action_variables")]
public System.Collections.Generic.Dictionary<string,string>? ActionVariables { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("action_variables")>]
member this.ActionVariables : System.Collections.Generic.Dictionary<string, string> with get, set
Public Property ActionVariables As Dictionary(Of String, String)

Property Value

Attributes

Applies to