sttp.openai.requests.upload.UploadPartResponse
See theUploadPartResponse companion object
Represents the response for an upload part.
Value parameters
- `object`
-
The object type, which is always upload.part.
- createdAt
-
The Unix timestamp (in seconds) for when the Part was created.
- id
-
The upload Part unique identifier, which can be referenced in API endpoints.
- uploadId
-
The ID of the Upload object that this Part was added to.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article