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

Version Path
get_around_owner-1.0.8 docs/GetaroundUnavailabilitiesCreatedAllOfData.md
get_around_owner-1.0.7 docs/GetaroundUnavailabilitiesCreatedAllOfData.md
get_around_owner-1.0.6 docs/GetaroundUnavailabilitiesCreatedAllOfData.md
get_around_owner-1.0.5 docs/GetaroundUnavailabilitiesCreatedAllOfData.md
get_around_owner-1.0.4 docs/GetaroundUnavailabilitiesCreatedAllOfData.md
get_around_owner-1.0.3 docs/GetaroundUnavailabilitiesCreatedAllOfData.md
get_around_owner-1.0.0 docs/GetaroundUnavailabilitiesCreatedAllOfData.md