VideoLinkDocument
Represents the address of an online video document that is attached to a Presentation in EventsAir.
type VideoLinkDocument implements AttachedDocument {
createdAt: DateTime!
createdBy: String
dateReceived: DateTime
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
notes: String
type: DocumentType!
url: String
}
Fields
VideoLinkDocument.createdAt
● DateTime!
non-null scalar
The date and time the record was created.
VideoLinkDocument.createdBy
● String
scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
VideoLinkDocument.dateReceived
● DateTime
scalar
The date and time the document was received. Optional.
VideoLinkDocument.id
● ID!
non-null scalar
The unique identifier for the document.
VideoLinkDocument.lastModifiedAt
● DateTime!
non-null scalar
The date and time the record was last modified.
VideoLinkDocument.lastModifiedBy
● String
scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
VideoLinkDocument.notes
● String
scalar
UTF-8 string value containing any notes against the document. Optional.
VideoLinkDocument.type
● DocumentType!
non-null interface
The type of the document.
VideoLinkDocument.url
● String
scalar
UTF-8 string value containing the url of the video document. Optional.
Interfaces
AttachedDocument
interface
Defines an instance of a document attached to a Presentation.