Sha256: 8d132a869c210faecbe30aec756f7074b139c8623281de70ca80ea45ce097570

Contents?: true

Size: 941 Bytes

Versions: 23

Compression:

Stored size: 941 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] 
**include_branches** | **Boolean** |  | [optional] 
**created_at** | **Time** |  | [optional] 
**updated_at** | **Time** |  | [optional] 

## Code Sample

```ruby
require 'Phrase'

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


Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
phrase-2.21.0 docs/Webhook.md
phrase-2.20.0 docs/Webhook.md
phrase-2.19.0 docs/Webhook.md