Skip to main content

PresentationSubTheme

Presentation sub-theme.

type PresentationSubTheme {
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
uniqueCode: String
}

Fields

PresentationSubTheme.createdAt ● DateTime! non-null scalar

The date and time the record was created.

PresentationSubTheme.createdBy ● String scalar

UTF-8 string value that represents the username of the user who created the record. Optional.

PresentationSubTheme.id ● ID! non-null scalar

The unique identifier for the presentation sub-theme.

PresentationSubTheme.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

PresentationSubTheme.lastModifiedBy ● String scalar

UTF-8 string value that represents the username of the user who last modified the record. Optional.

PresentationSubTheme.name ● String! non-null scalar

The name the presentation sub-theme.

PresentationSubTheme.uniqueCode ● String scalar

A customer supplied, UTF-8 string value that represents a unique code for the sub theme. Optional.

The value must be unique across all sub themes for a theme.

Member Of

Presentation object ● PresentationTheme object