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