FilePath

@Serializable
data class FilePath(val path: FileId)

Constructors

Link copied to clipboard
constructor(path: FileId)

Properties

Link copied to clipboard
@SerialName(value = "file_id")
val path: FileId

The ID of the file that was generated.