ActionableCloudEventResponse interface

클라우드 이벤트 페이로드를 구현하고 해당 페이로드에 대한 작업을 포함하는 모든 응답에 대한 인터페이스입니다.

Extends

ActionableResponse<TEventAction>

속성

oDataType

Cloud 이벤트를 @odata.type가져옵니다.

상속된 속성

actions

이벤트와 관련된 작업의 컬렉션입니다.

body

예상된 응답 본문의 템플릿입니다.

속성 세부 정보

oDataType

Cloud 이벤트를 @odata.type가져옵니다.

oDataType: string

속성 값

string

상속된 속성 세부 정보

actions

이벤트와 관련된 작업의 컬렉션입니다.

actions: TEventAction[]

속성 값

TEventAction[]

다음에서 상속됨ActionableResponse.actions

body

예상된 응답 본문의 템플릿입니다.

body: string

속성 값

string

다음에서 상속됨ActionableResponse.body