Optionalproperties: Partial<{}>a valid Rest.Param
Checks if the parameters are all simple strings (have a content type of "text/plain").
true if all of the parameters are simple strings, false otherwise.
Create a new GLib.HashTable which contains the name and value of all string (content type of text/plain) parameters.
The values are owned by the Rest.Params, so don't destroy the Rest.Params before the hash table.
a new GLib.HashTable.
Makes a deep copy of a Rest.Params.
A newly created Rest.Params with the same contents as self
Return the Rest.Param called name, or null if it doesn't exist.
a parameter name
a Rest.Param or null if the name doesn't exist
Decrements the reference count of self by one, freeing the structure when
the reference count reaches zero.
Staticnew
Add
paramtoparams.