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
fun GetPeriodicTimerEventTriggerResult(customContextTag: String? = null, id: String, kind: String, name: String, sinkInfo: RoleSinkInfoResponse, sourceInfo: PeriodicTimerSourceInfoResponse, systemData: SystemDataResponse, type: String)