location property

  1. @JsonKey.new(name: 'in')
ParameterLocation? get location
inherited

The location of the parameter, typically query, header, path, or cookie.

Implementation

String? get name;/// The location of the parameter, typically `query`, `header`, `path`,
/// or `cookie`.
@JsonKey(name: 'in') ParameterLocation? get location;