Cloud Keys 2020 Kotlin Edition

Questions / Feedback?

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 field specifies the name of the query parameter.

Value
String?

The value of the query parameter.

This field specifies the value of the query parameter. The component will automatically URL-encode this value when sending the request.

Constructors

public constructor()



public constructor(name: String?, value: String?)



 
 
Copyright (c) 2021 /n software inc. - All rights reserved.
Cloud Keys 2020 Kotlin Edition - Version 20.0 [Build 7876]