github.com/launchdarkly/api-client-go@v5.3.0+incompatible/docs/WebhookBody.md (about)

     1  # WebhookBody
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Url** | **string** | The URL of the remote webhook. | [default to null]
     7  **Secret** | **string** | If sign is true, and the secret attribute is omitted, LaunchDarkly will automatically generate a secret for you. | [optional] [default to null]
     8  **Sign** | **bool** | If sign is false, the webhook will not include a signature header, and the secret can be omitted. | [default to null]
     9  **On** | **bool** | Whether this webhook is enabled or not. | [default to null]
    10  **Name** | **string** | The name of the webhook. | [optional] [default to null]
    11  **Statements** | [**[]Statement**](Statement.md) |  | [optional] [default to null]
    12  **Tags** | **[]string** | Tags for the webhook. | [optional] [default to null]
    13  
    14  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    15  
    16