OBJECT

GT1Configuration

link GraphQL Schema definition

type GT1Configuration implements Configuration, Node {

The date when configuration was created
createdAt: ISO8601DateTime

The definition of the configuration
definition: String

The description of the configuration
description: String

A flag indicating if the configuration supports geozones
geozoneEnabled: Boolean

The hardware type of the configuration
hardwareType: HardwareTypeEnum

id: ID!

The user friendly name
name: String

The organization that created the configuration
organization: Organization

The raw payload of the configuration
payload: String

The state of the configuration
state: ConfigurationStateEnum

The date when configuration was updated
updatedAt: ISO8601DateTime

}

link Required by

This element is not required by anyone