Sha256: a95f4269cad9689db11f84158e85867eef6880be4785d02a98142801c9ad5732

Contents?: true

Size: 616 Bytes

Versions: 7

Compression:

Stored size: 616 Bytes

Contents

# GetAroundOwner::GetaroundUnavailabilitiesDeletedAllOfData

## 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] |

## Example

```ruby
require 'get_around_owner'

instance = GetAroundOwner::GetaroundUnavailabilitiesDeletedAllOfData.new(
  car_id: null,
  starts_at: null,
  ends_at: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

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