QueryParams Property
Addtional query parameters to be included in the request.
Syntax
public QueryParamsList getQueryParams(); public void setQueryParams(QueryParamsList queryParams);
Remarks
This is a collection of query parameters that will be added to the request. Parameters can be added via the AddQueryParam method.