OpenApiPaths Constructors
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.
Overloads
OpenApiPaths() |
Parameterless constructor |
OpenApiPaths(OpenApiPaths) |
Initializes a copy of OpenApiPaths object |
OpenApiPaths()
Parameterless constructor
public OpenApiPaths ();
Public Sub New ()
Applies to
OpenApiPaths(OpenApiPaths)
Initializes a copy of OpenApiPaths object
public OpenApiPaths (Microsoft.OpenApi.Models.OpenApiPaths paths);
new Microsoft.OpenApi.Models.OpenApiPaths : Microsoft.OpenApi.Models.OpenApiPaths -> Microsoft.OpenApi.Models.OpenApiPaths
Public Sub New (paths As OpenApiPaths)
Parameters
- paths
- OpenApiPaths
The OpenApiPaths.