ActionableCloudEventResponse interface

An interface for any responses that implement an cloud event payload and has actions on it.

Extends

ActionableResponse<TEventAction>

Properties

oDataType

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