PresentationType
Presentation type.
type PresentationType {
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
uniqueCode: String
}
Fields
PresentationType.createdAt
● DateTime!
non-null scalar
The date and time the record was created.
PresentationType.createdBy
● String
scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
PresentationType.id
● ID!
non-null scalar
The unique identifier for the presentation type.
PresentationType.lastModifiedAt
● DateTime!
non-null scalar
The date and time the record was last modified.
PresentationType.lastModifiedBy
● String
scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
PresentationType.name
● String!
non-null scalar
The name the presentation type.
PresentationType.uniqueCode
● String
scalar
A customer supplied, UTF-8 string value that represents a unique code for the presentation type. Optional.
The value must be unique across all presentation types for an event.
Member Of
Presentation
object ● PresentationSetup
object