Unreal OpenAI API 1.0.0
Public Attributes | List of all members
FUploadPartObjectResponse Struct Reference

#include <UploadTypes.h>

Public Attributes

FString Id
 
int32 Created_At {}
 
FString Upload_Id
 
FString Object
 

Detailed Description

The upload Part represents a chunk of bytes we can add to an Upload object.

Member Data Documentation

◆ Created_At

int32 FUploadPartObjectResponse::Created_At {}

The Unix timestamp (in seconds) for when the Part was created.

◆ Id

FString FUploadPartObjectResponse::Id

The upload Part unique identifier, which can be referenced in API endpoints.

◆ Object

FString FUploadPartObjectResponse::Object

The object type, which is always upload.part.

◆ Upload_Id

FString FUploadPartObjectResponse::Upload_Id

The ID of the Upload object that this Part was added to.


The documentation for this struct was generated from the following file: