VideoLinkDocumentType
Represents the address of an online video used as document type that can be associated with a Presentation in EventsAir.
type VideoLinkDocumentType implements DocumentType {
createdAt: DateTime!
createdBy: String
format: DocumentFormat!
id: ID!
isPresentationSupportingDocument: Boolean!
lastModifiedAt: DateTime!
lastModifiedBy: String
maximumLength: NonNegativeInt!
name: String!
order: NonNegativeInt!
uniqueCode: String
}
Fields
VideoLinkDocumentType.createdAt ● DateTime! non-null scalar
The date and time the record was created.
VideoLinkDocumentType.createdBy ● String scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
VideoLinkDocumentType.format ● DocumentFormat! non-null enum
The format of the document type.
VideoLinkDocumentType.id ● ID! non-null scalar
The unique identifier for the document type.
VideoLinkDocumentType.isPresentationSupportingDocument ● Boolean! non-null scalar
Is this a presentation support document.
VideoLinkDocumentType.lastModifiedAt ● DateTime! non-null scalar
The date and time the record was last modified.