FileRepresentation
No description
interface FileRepresentation {
archivedAt: DateTime
created: DateTime!
id: ID!
updated: DateTime!
}
Fields
FileRepresentation.archivedAt ● DateTime scalar
The date and time at which the file's representation was archived.
FileRepresentation.created ● DateTime! non-null scalar
The date and time at which the representation was created.
FileRepresentation.id ● ID! non-null scalar
The ID of the representation, as a URI.
FileRepresentation.updated ● DateTime! non-null scalar
The date and time at which the representation was updated.
Member of
File object
Implemented by
AcsRepresentation object ● CantookAudioRepresentation object ● CloudflareImageRepresentation object ● LcpRepresentation object