Get File Event Trigger Result
data class GetFileEventTriggerResult(val customContextTag: String? = null, val id: String, val kind: String, val name: String, val sinkInfo: RoleSinkInfoResponse, val sourceInfo: FileSourceInfoResponse, val systemData: SystemDataResponse, val type: String)
Trigger details.
Constructors
Link copied to clipboard
fun GetFileEventTriggerResult(customContextTag: String? = null, id: String, kind: String, name: String, sinkInfo: RoleSinkInfoResponse, sourceInfo: FileSourceInfoResponse, systemData: SystemDataResponse, type: String)