RestApiOperationServer.Variables Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A map between a variable name and its value. The value is used for substitution in the server's URL template.
public System.Collections.Generic.IDictionary<string,Microsoft.SemanticKernel.Plugins.OpenApi.RestApiOperationServerVariable> Variables { get; }
member this.Variables : System.Collections.Generic.IDictionary<string, Microsoft.SemanticKernel.Plugins.OpenApi.RestApiOperationServerVariable>
Public ReadOnly Property Variables As IDictionary(Of String, RestApiOperationServerVariable)