RepliconModelFactory.WebhookSubscriptionResponse Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of WebhookSubscriptionResponse(String, String, String, String, String, String, String).
public static Azure.Connectors.Sdk.Replicon.Models.WebhookSubscriptionResponse WebhookSubscriptionResponse(string id = default, string createdTimestamp = default, string updatedTimestamp = default, string eventType = default, string targetUrl = default, string sharedSecret = default, string authType = default);
static member WebhookSubscriptionResponse : string * string * string * string * string * string * string -> Azure.Connectors.Sdk.Replicon.Models.WebhookSubscriptionResponse
Public Shared Function WebhookSubscriptionResponse (Optional id As String = Nothing, Optional createdTimestamp As String = Nothing, Optional updatedTimestamp As String = Nothing, Optional eventType As String = Nothing, Optional targetUrl As String = Nothing, Optional sharedSecret As String = Nothing, Optional authType As String = Nothing) As WebhookSubscriptionResponse
Parameters
- id
- String
- createdTimestamp
- String
- updatedTimestamp
- String
- eventType
- String
- targetUrl
- String
- sharedSecret
- String
- authType
- String