Represents a request to change the global options of the aria2 client.
ChangeGlobalOption(Aria2GlobalOptions options, string? id = null)Changes the global options dynamically.options is a struct containing option name/value pairs.
https://aria2.github.io/manual/en/html/aria2c.html#aria2.changeGlobalOption
options (Aria2GlobalOptions): The global options to change.
id (string (optional, default: null)): The tracking id for the request. If this is omitted it will be generated automatically.