//Before that function
type Paths1Filz8PFilesPostRequestbodyContentMultipartFormDataSchema struct {
	// REQUIRED; The file data (not filename) to upload.
	File *string

	// REQUIRED; The intended purpose of the file.
	Purpose *FilePurpose

	// A filename to associate with the uploaded data.
	Filename *string
}

//After that function
