location property

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

The location of the API key.

Implementation

String? get name;/// The location of the API key.
@JsonKey(name: 'in') ParameterLocation? get location;