Skip to main content

CloudflareImageRepresentation

No description

type CloudflareImageRepresentation implements FileRepresentation {
archivedAt: DateTime
created: DateTime!
id: ID!
link: Link!
updated: DateTime!
}

Fields

CloudflareImageRepresentation.archivedAt ● DateTime scalar

The date and time at which the file's representation was archived.

CloudflareImageRepresentation.created ● DateTime! non-null scalar

The date and time at which the representation was created.

CloudflareImageRepresentation.id ● ID! non-null scalar

The ID of the representation, as a URI.

The link to the Cloudflare Image.

CloudflareImageRepresentation.updated ● DateTime! non-null scalar

The date and time at which the representation was updated.

Interfaces

FileRepresentation interface