Class QueryParamAttribute
properties decorated with this attribute will have a corresponding request parameter added to the swagger schema
Inherited Members
Namespace: FastEndpoints
Assembly: FastEndpoints.Attributes.dll
Syntax
[AttributeUsage(AttributeTargets.Property, Inherited = false, AllowMultiple = false)]
public class QueryParamAttribute : Attribute