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