AutocompletePackageIdsResponse class final

Represents the response from the Autocomplete Resource's Search for package IDs API.

See https://learn.microsoft.com/nuget/api/search-autocomplete-service-resource#response

Constructors

AutocompletePackageIdsResponse({required int totalHits, required List<String> data})
const
AutocompletePackageIdsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

data List<String>
The package IDs matched by the request.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalHits int
The total number of matches, disregarding skip and take.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited