Sha256: 8d132a869c210faecbe30aec756f7074b139c8623281de70ca80ea45ce097570
Contents?: true
Size: 941 Bytes
Versions: 21
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
21 entries across 21 versions & 1 rubygems