ListWebAppHybridConnectionKeysResult

data class ListWebAppHybridConnectionKeysResult(val id: String, val kind: String? = null, val name: String, val sendKeyName: String, val sendKeyValue: String, val type: String)

Hybrid Connection key contract. This has the send key name and value for a Hybrid Connection.

Constructors

Link copied to clipboard
constructor(id: String, kind: String? = null, name: String, sendKeyName: String, sendKeyValue: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Resource Id.

Link copied to clipboard
val kind: String? = null

Kind of resource.

Link copied to clipboard

Resource Name.

Link copied to clipboard

The name of the send key.

Link copied to clipboard

The value of the send key.

Link copied to clipboard

Resource type.