OBJECT
A file associated with a Journey Template Task
1type JourneyTemplateTaskFile {23# Unique identifier for the task file.4id: ID 56# URL of the task file.7url: String 89# Creation date of the task file.10createdAt: DateTime 1112# The associated file object.13file: File 1415}