Skip to main content
Version: 3.2

RequestSchema

Hierarchy

  • RequestSchema
    • UpdateRequestSchema

Index

Properties

optionalerrorMessages

errorMessages?: string[]

optionalhandledAt

handledAt?: string

optionalheaders

headers?: Dictionary<string>

optionalid

id?: string

optionalloadedUrl

loadedUrl?: string

optionalmethod

method?: AllowedHttpMethods

optionalnoRetry

noRetry?: boolean

optionalpayload

payload?: string

optionalretryCount

retryCount?: number

uniqueKey

uniqueKey: string

url

url: string

optionaluserData

userData?: Dictionary<any>