ApiRequest.setPathParam

URL-encode a value to add as a path parameter.

  1. void setPathParam(string key, string value)
    class ApiRequest
    void
    setPathParam
    (
    string key
    ,
    string value
    )
  2. void setPathParam(string key, Nullable!T value)

Meta