ParameterForInjectionInfo record
Information about a parameter to be injected into a script.
public record ParameterForInjectionInfo
Public Members
| name | description |
|---|---|
| ParameterForInjectionInfo(…) | Constructs a ParameterForInjectionInfo from an OpenApiParameter. (2 constructors) |
| DefaultValue { get; } | The default value of the parameter. |
| In { get; set; } | The location of the parameter. |
| IsRequestBody { get; } | Indicates whether the parameter is from the request body. |
| Name { get; set; } | The name of the parameter. |
| ParameterType { get; } | The .NET type of the parameter. |
| Type { get; set; } | The JSON schema type of the parameter. |