Share via


OpenApiDocument.Tags Property

Definition

A list of tags used by the specification with additional metadata.

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)

Property Value

Applies to