QueryParam Type
A query parameter to send in the request.
Remarks
This type represents a query parameter to send in the request.
Fields
name String |
The name of the query parameter. This property specifies the name of the query parameter. |
value String |
The value of the query parameter. This property specifies the value of the query parameter. The class will automatically URL-encode this value when sending the request. |
Constructors
public init()
public init(name: String, value: String)