TagsApi class

Constructors

TagsApi.new([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

autoCompleteTags({String? tagPrefix}) Future<List<String>?>
List all tags
autoCompleteTagsWithHttpInfo({String? tagPrefix}) Future<Response>
List all tags
autoCompleteValues(String tag, {String? tagPrefix, String? expr}) Future<List<String>?>
Find all the values of the searched tag
autoCompleteValuesWithHttpInfo(String tag, {String? tagPrefix, String? expr}) Future<Response>
Find all the values of the searched tag
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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