OpenApiOperation.Tags 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 list of tags for API documentation control. Tags can be used for logical grouping of operations by resources or any other qualifier.
public System.Collections.Generic.IList<Microsoft.OpenApi.Models.OpenApiTag> Tags { get; set; }
member this.Tags : System.Collections.Generic.IList<Microsoft.OpenApi.Models.OpenApiTag> with get, set
Public Property Tags As IList(Of OpenApiTag)