AcsRepresentation
No description
type AcsRepresentation implements FileRepresentation {
id: ID!
created: DateTime!
updated: DateTime!
archivedAt: DateTime
resourceId: UUID!
}
Fields
AcsRepresentation.id
● ID!
non-null scalar
The ID of the representation, as a URI.
AcsRepresentation.created
● DateTime!
non-null scalar
The date and time at which the representation was created.
AcsRepresentation.updated
● DateTime!
non-null scalar
The date and time at which the representation was updated.
AcsRepresentation.archivedAt
● DateTime
scalar
The date and time at which the file's representation was archived.
AcsRepresentation.resourceId
● UUID!
non-null scalar
The Resource ID given by the ACS packager.