5#include "CoreMinimal.h"
6#include "Response/Device/DeviceDto.h"
9#include "Device.generated.h"
22 UPROPERTY(BlueprintReadOnly, Category =
"Stream|Device")
23 FDateTime CreatedAt = FDateTime{0};
26 UPROPERTY(BlueprintReadOnly, Category =
"Stream|Device")
27 FDateTime UpdatedAt = FDateTime{0};
30 UPROPERTY(BlueprintReadOnly, Category =
"Stream|Device")
31 bool bDisabled = false;
34 UPROPERTY(BlueprintReadOnly, Category = "Stream|Device")
35 FString DisabledReason;
38 UPROPERTY(BlueprintReadOnly, Category = "Stream|Device")
42 UPROPERTY(BlueprintReadOnly, Category = "Stream|Device")
43 EPushProvider PushProvider = EPushProvider::Firebase;
45 UPROPERTY(BlueprintReadOnly, Category = "Stream|Device")
#/components/schemas/Response
Definition: DeviceDto.h:16
A push notification device.
Definition: Device.h:16
A reference to a unique User.
Definition: UserRef.h:23