QueryName

annotation class QueryName(val encoded: Boolean = false)

Query parameter appended to the URL that has no value.

See also

Properties

Link copied to clipboard
val encoded: Boolean = false

Specifies whether the argument value to the annotated method parameter is already URL encoded.