CustomProviderAction

data class CustomProviderAction(val endpoint: String, val name: String)

Constructors

Link copied to clipboard
constructor(endpoint: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the endpoint of the action.

Link copied to clipboard

Specifies the name of the action.