Stream Chat Unreal SDK
Loading...
Searching...
No Matches
EventResponseDto.h
1// Copyright 2022 Stream.IO, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
6#include "EventDto.h"
7#include "Response/ResponseDto.h"
8
9#include "EventResponseDto.generated.h"
10
15USTRUCT()
17{
18 GENERATED_BODY()
19
20 UPROPERTY()
21 FEventDto Event;
22};
#/components/schemas/Event An event returned in a HTTP response. Distinct from WebSocket events
Definition: EventDto.h:18
#/components/schemas/EventResponse
Definition: EventResponseDto.h:17
#/components/schemas/Response
Definition: ResponseDto.h:15