OpenApiFunctionDefinition.DefaultParams 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.
List of OpenAPI spec parameters that will use user-provided defaults.
public System.Collections.Generic.IList<string> DefaultParams { get; }
member this.DefaultParams : System.Collections.Generic.IList<string>
Public ReadOnly Property DefaultParams As IList(Of String)