EmailSendHeaders interface
Defines headers for Email_send operation.
Properties
| operation |
Location url of where to poll the status of this operation from. |
| retry |
This header will only be present when the operation status is a non-terminal status. It indicates the minimum amount of time in seconds to wait before polling for operation status again. |
Property Details
operationLocation
Location url of where to poll the status of this operation from.
operationLocation?: string
Property Value
string
retryAfter
This header will only be present when the operation status is a non-terminal status. It indicates the minimum amount of time in seconds to wait before polling for operation status again.
retryAfter?: number
Property Value
number