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