OpenApiComponentKindExtensions.ToInlineLabel method

Converts the component kind to its inline label form.

public static string ToInlineLabel(this OpenApiComponentKind kind)
parameter description
kind The kind of OpenAPI component.

Return Value

The inline label corresponding to the component kind.

See Also