fmewebservices.FMETokenConnection.setKeyValues

FMETokenConnection.setKeyValues(keyValues)

Sets the key values associated with this connection. Will append new keys, and update existing values, will not delete existing values. The keys are the dictionary keys and the values are the dictionary values in the dict parameter.

Parameters:

keyValues (dict) – The key values.

Return type:

None