Webhook
public struct Webhookextension Webhook: MappableA data type presents a Webhook at Cisco Webex for Developer.
See
see Webhooks GuideSince
1.2.0- 
                  
                  The identifier of this webhook. Since 1.2.0DeclarationSwift public var id: String?
- 
                  
                  A user-friendly name for this webhook. Since 1.2.0DeclarationSwift public var name: String?
- 
                  
                  The URL that receives POST requests for each event. Since 1.2.0DeclarationSwift public var targetUrl: String?
- 
                  
                  The resource type for the webhook. Since 1.2.0DeclarationSwift public var resource: String?
- 
                  
                  The event type for the webhook. Since 1.2.0DeclarationSwift public var event: String?
- 
                  
                  The filter that defines the webhook scope. Since 1.2.0DeclarationSwift public var filter: String?
- 
                  
                  The timestamp that the webhook being created. Since 1.2.0DeclarationSwift public var created: Date?
- 
                  
                  The status of the webhook. Use activeto reactivate a disabled webhook.Since 1.4.0DeclarationSwift public var status: String?
- 
                  
                  The Secret use to generate payload signiture. Since 1.4.0DeclarationSwift public var secret: String?
- 
                  
                  Constructs a new Webhookobject.Note for internal use only.DeclarationSwift public init?(map: Map)
- 
                  
                  Maps a Webhookfrom JSON.Note for internal use only.DeclarationSwift public mutating func mapping(map: Map)
 View on GitHub
View on GitHub Webhook Structure Reference
        Webhook Structure Reference