WrapperSessionExportCachedEventsResponse constructor
WrapperSessionExportCachedEventsResponse({
- WrapperSessionExportCachedEventsResponseFail? failInfo,
- WrapperSessionExportCachedEventsResponseStatus? status,
- WrapperSessionExportCachedEventsResponseSucceed? succeedInfo,
Implementation
WrapperSessionExportCachedEventsResponse({
this.failInfo,
this.status,
this.succeedInfo,
});