ActionableCloudEventResponse interface
An interface for any responses that implement an cloud event payload and has actions on it.
- Extends
-
ActionableResponse<TEventAction>
Properties
o |
Gets the Cloud Event @odata.type. |
Inherited Properties
actions | Collections of actions pertaining to the event. |
body | A template of the body of the expected response. |
Property Details
oDataType
Gets the Cloud Event @odata.type.
oDataType: string
Property Value
string
Inherited Property Details
actions
Collections of actions pertaining to the event.
actions: TEventAction[]
Property Value
TEventAction[]
Inherited From ActionableResponse.actions
body
A template of the body of the expected response.
body: string
Property Value
string
Inherited From ActionableResponse.body
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript