Stream Chat Unreal SDK
Loading...
Searching...
No Matches
ListDevicesResponseDto.h
1// Copyright 2026 Stream.IO, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
6#include "DeviceDto.h"
7#include "Response/ResponseDto.h"
8
9#include "ListDevicesResponseDto.generated.h"
10
15USTRUCT(BlueprintType)
16struct STREAMCHATDTO_API FListDevicesResponseDto : public FResponseDto
17{
18 GENERATED_BODY()
19
20
21 UPROPERTY()
22 TArray<FDeviceDto> Devices;
23};
#/components/schemas/Response
Definition DeviceDto.h:16
#/components/schemas/Response
Definition ListDevicesResponseDto.h:17
#/components/schemas/Response
Definition ResponseDto.h:15