QueryApi class
Methods
-
getQuerySuggestionsWithHttpInfo({String? zapTraceSpan})
→ Future<Response>
-
Retrieve query suggestions
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
postQuery({String? zapTraceSpan, String? acceptEncoding, String? contentType, String? org, String? orgID, required Query query})
→ Future<String>
-
Query data
-
postQueryWithHttpInfo({String? zapTraceSpan, String? acceptEncoding, String? contentType, String? org, String? orgID, required Query query})
→ Future<Response>
-
Query data
-
toString()
→ String
-
A string representation of this object.
inherited