Sha256: 41a190b4f32682bc856f429948c3b6b5e63ea243caa9a9215cc7d05e3e2f2ae1
Contents?: true
Size: 753 Bytes
Versions: 7
Compression:
Stored size: 753 Bytes
Contents
# GetAroundOwner::GetaroundCreateUnavailabilitiesRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **starts_at** | **Time** | Start date and time of the unavailability in [ISO8601 format](https://www.iso.org/iso-8601-date-and-time-format.html) with a 30 min granularity. | | | **ends_at** | **Time** | End date and time of the unavailability in [ISO8601 format](https://www.iso.org/iso-8601-date-and-time-format.html) with a 30 min granularity. | | | **reason** | **String** | Reason of the unavailability | [optional] | ## Example ```ruby require 'get_around_owner' instance = GetAroundOwner::GetaroundCreateUnavailabilitiesRequest.new( starts_at: null, ends_at: null, reason: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems