Skip to content

ListFilesResponse

MarcoDotIO edited this page Dec 5, 2022 · 1 revision

ListFilesResponse

The response object sent by the File endpoint

public struct ListFilesResponse: Codable 

Inheritance

Codable

Properties

object

The OpenAIObject type of the response.

public let object: OpenAIObject

data

The array of files sent from the server.

public let data: [File]
Types
Global Functions
Clone this wiki locally