# GetAroundOwner::GetaroundRentalsCarCheckedIn

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **type** | **Object** |  |  |
| **data** | [**GetaroundRentalsBookedAllOfData**](GetaroundRentalsBookedAllOfData.md) |  |  |
| **occurred_at** | **Time** | The webhook event occurred at timestamp |  |

## Example

```ruby
require 'get_around_owner'

instance = GetAroundOwner::GetaroundRentalsCarCheckedIn.new(
  type: null,
  data: null,
  occurred_at: null
)
```