Sha256: 6d51b11669c47f2dc1a4e106b9650725b8c24e4c83c645b36833558710575dfc
Contents?: true
Size: 707 Bytes
Versions: 7
Compression:
Stored size: 707 Bytes
Contents
# GetAroundOwner::GetaroundUnavailabilitiesCreatedAllOfData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **car_id** | **Integer** | ID of the related car | [optional] | | **starts_at** | **Time** | The ISO8601 formatted beginning of the unavailability's period | [optional] | | **ends_at** | **Time** | The ISO8601 formatted ending of the unavailability's period | [optional] | | **reason** | [**GetaroundReason**](GetaroundReason.md) | | [optional] | ## Example ```ruby require 'get_around_owner' instance = GetAroundOwner::GetaroundUnavailabilitiesCreatedAllOfData.new( car_id: null, starts_at: null, ends_at: null, reason: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems