OBJECT
GT2Configuration
link GraphQL Schema definition
type GT2Configuration implements Configuration, GT2ConfigurationData, Node {
The date when configuration was created
: ISO8601DateTime
The definition of the configuration
: String
The description of the configuration
: String
The GPS motion configuration values
: GT2GBMRConfiguration!
A flag indicating if the configuration supports geozones
: Boolean
The hardware type of the configuration
: HardwareTypeEnum
: ID!
The mailbox configuration values
: GT2MailboxConfiguration!
The user friendly name
: String
The organization that created the configuration
: Organization
The raw payload of the configuration
: String
A flag indicating if power save mode is on
: Boolean!
The reporting interval represented in minutes
: Int
The state of the configuration
: ConfigurationStateEnum
The reporting interval represented in time of day entries (e.g 10:30 or 23:00,
all in UTC tz)
: [String!]
The date when configuration was updated
: ISO8601DateTime
The vibration motion configuration values
: GT2VBMRConfiguration!
}
link Required by
This element is not required by anyone