name property Null safety

String? name
read / write

The name of the parameter.

REQUIRED. Parameter names are case sensitive. If in is "path", the name field MUST correspond to the associated path segment from the path field in APIDocument.paths. See Path Templating for further information. If in is "header" and the name field is "Accept", "Content-Type" or "Authorization", the parameter definition SHALL be ignored. For all other cases, the name corresponds to the parameter name used by the in property.

Implementation

String? name;