OpenApiCallback.PathItems 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 Path Item Object used to define a callback request and expected responses.
public System.Collections.Generic.Dictionary<Microsoft.OpenApi.Expressions.RuntimeExpression,Microsoft.OpenApi.Models.OpenApiPathItem> PathItems { get; set; }
member this.PathItems : System.Collections.Generic.Dictionary<Microsoft.OpenApi.Expressions.RuntimeExpression, Microsoft.OpenApi.Models.OpenApiPathItem> with get, set
Public Property PathItems As Dictionary(Of RuntimeExpression, OpenApiPathItem)