Get Periodic Timer Event Trigger Result
data class GetPeriodicTimerEventTriggerResult(val customContextTag: String? = null, val id: String, val kind: String, val name: String, val sinkInfo: RoleSinkInfoResponse, val sourceInfo: PeriodicTimerSourceInfoResponse, val systemData: SystemDataResponse, val type: String)
Trigger details.
Constructors
Link copied to clipboard
constructor(customContextTag: String? = null, id: String, kind: String, name: String, sinkInfo: RoleSinkInfoResponse, sourceInfo: PeriodicTimerSourceInfoResponse, systemData: SystemDataResponse, type: String)
Properties
Link copied to clipboard
A custom context tag typically used to correlate the trigger against its usage. For example, if a periodic timer trigger is intended for certain specific IoT modules in the device, the tag can be the name or the image URL of the module.
Link copied to clipboard
Role Sink information.
Link copied to clipboard
Periodic timer details.
Link copied to clipboard
Metadata pertaining to creation and last modification of Trigger