LcpRepresentation
No description
type LcpRepresentation implements FileRepresentation {
archivedAt: DateTime
contentKeyId: UUID!
created: DateTime!
id: ID!
updated: DateTime!
}
Fields
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.
LcpRepresentation.created ● DateTime! non-null scalar
The date and time at which the representation was created.
LcpRepresentation.id ● ID! non-null scalar
The ID of the representation, as a URI.
LcpRepresentation.updated ● DateTime! non-null scalar
The date and time at which the representation was updated.