# GetAroundOwner::GetaroundUsersUpdated ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **Object** | | | | **data** | [**GetaroundUsersUpdatedAllOfData**](GetaroundUsersUpdatedAllOfData.md) | | | | **occurred_at** | **Time** | The webhook event occurred at timestamp | | ## Example ```ruby require 'get_around_owner' instance = GetAroundOwner::GetaroundUsersUpdated.new( type: null, data: null, occurred_at: null ) ```