Sha256: f264630c30eac6766fa0d42d796ac5687c3a9d7b52901fa09b8567bb2a96a94f
Contents?: true
Size: 442 Bytes
Versions: 7
Compression:
Stored size: 442 Bytes
Contents
# GetAroundOwner::GetaroundWebhook ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | The webhook event type | | | **data** | **Object** | | | | **occurred_at** | **Time** | The webhook event occurred at timestamp | | ## Example ```ruby require 'get_around_owner' instance = GetAroundOwner::GetaroundWebhook.new( type: null, data: null, occurred_at: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems