Get Webhook Result
data class GetWebhookResult(val creationTime: String? = null, val description: String? = null, val expiryTime: String? = null, val id: String, val isEnabled: Boolean? = null, val lastInvokedTime: String? = null, val lastModifiedBy: String? = null, val lastModifiedTime: String? = null, val name: String, val parameters: Map<String, String>? = null, val runOn: String? = null, val runbook: RunbookAssociationPropertyResponse? = null, val type: String, val uri: String? = null)
Definition of the webhook type.
Constructors
Link copied to clipboard
fun GetWebhookResult(creationTime: String? = null, description: String? = null, expiryTime: String? = null, id: String, isEnabled: Boolean? = null, lastInvokedTime: String? = null, lastModifiedBy: String? = null, lastModifiedTime: String? = null, name: String, parameters: Map<String, String>? = null, runOn: String? = null, runbook: RunbookAssociationPropertyResponse? = null, type: String, uri: String? = null)