GatewayEndpoint

data class GatewayEndpoint(val type: GatewayEndpoint.Type, val value: String)

Represents custom endpoint for gateway

Parameters

type

endpoint type

value

endpoint value

Constructors

Link copied to clipboard
constructor(type: GatewayEndpoint.Type, value: String)

Types

Link copied to clipboard

Represents endpoint type

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Custom endpoint should be an empty string or a string up to 256 characters, starting with /, that can contain letters, numbers and the following special characters: .-_~/