Url

@Serializable
@SerialName(value = "url")
data class Url(val url: String) : ArcGISCredentialStore.Key

The URL of the ArcGISCredential is used as the key.

Since

200.1.0

See also

Constructors

Link copied to clipboard
constructor(url: String)

Properties

Link copied to clipboard
val url: String

the URL used as the key

Inherited functions

Link copied to clipboard
open override fun toJson(): String

Convert an object to JSON string.