Sha256: 325afd8f85507760903328f386acb39b2c2ea655bf35a29ba3340948c11eca40
Contents?: true
Size: 702 Bytes
Versions: 2
Compression:
Stored size: 702 Bytes
Contents
# MailSlurpClient::WebhookProjection ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **created_at** | **DateTime** | | **id** | **String** | | **inbox_id** | **String** | | **name** | **String** | | [optional] **updated_at** | **DateTime** | | **url** | **String** | | ## Code Sample ```ruby require 'MailSlurpClient' instance = MailSlurpClient::WebhookProjection.new(created_at: null, id: null, inbox_id: null, name: null, updated_at: null, url: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mailslurp_client-7.0.8 | docs/WebhookProjection.md |
mailslurp_client-7.0.7 | docs/WebhookProjection.md |