|
Unreal OpenAI API 1.0.0
|
#include <UploadTypes.h>
Public Attributes | |
| FString | Id |
| int32 | Created_At {} |
| FString | Upload_Id |
| FString | Object |
The upload Part represents a chunk of bytes we can add to an Upload object.
| int32 FUploadPartObjectResponse::Created_At {} |
The Unix timestamp (in seconds) for when the Part was created.
| FString FUploadPartObjectResponse::Id |
The upload Part unique identifier, which can be referenced in API endpoints.
| FString FUploadPartObjectResponse::Object |
The object type, which is always upload.part.
| FString FUploadPartObjectResponse::Upload_Id |
The ID of the Upload object that this Part was added to.