Sha256: 81704736c78bf996cff19780a4aa9f3cf809b36c5283ab64c1706df4c6ff522a

Contents?: true

Size: 840 Bytes

Versions: 8

Compression:

Stored size: 840 Bytes

Contents

# Phrase::Webhook

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | [optional] 
**callback_url** | **String** |  | [optional] 
**description** | **String** |  | [optional] 
**events** | **Array<String>** |  | [optional] 
**active** | **Boolean** |  | [optional] 
**created_at** | **DateTime** |  | [optional] 
**updated_at** | **DateTime** |  | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::Webhook.new(id: null,
                                 callback_url: null,
                                 description: null,
                                 events: null,
                                 active: null,
                                 created_at: null,
                                 updated_at: null)
```


Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
phrase-1.0.8 docs/Webhook.md
phrase-1.0.7 docs/Webhook.md
phrase-1.0.6 docs/Webhook.md
phrase-1.0.5 docs/Webhook.md
phrase-1.0.4 docs/Webhook.md
phrase-1.0.3 docs/Webhook.md
phrase-1.0.2 docs/Webhook.md
phrase-1.0.1 docs/Webhook.md