@webitel/api-services
Preparing search index...
_models/webitelImApiGatewayV1VariableEntryRequest
WebitelImApiGatewayV1VariableEntryRequest
Interface WebitelImApiGatewayV1VariableEntryRequest
VariableEntryRequest represents a variable update operation.
interface
WebitelImApiGatewayV1VariableEntryRequest
{
key
?:
string
;
value
?:
WebitelImApiGatewayV1VariableEntryRequestValue
;
}
Index
Properties
key?
value?
Properties
Optional
key
key
?:
string
Variable key.
Optional
value
value
?:
WebitelImApiGatewayV1VariableEntryRequestValue
Variable value.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
key
value
@webitel/api-services
Loading...
VariableEntryRequest represents a variable update operation.