ApiRequest.setPathParam

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

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

Meta