Sha256: c3f1c98157b09a994e46edddd188f28cb15565f81a42322ab39a1e47baea2932
Contents?: true
Size: 663 Bytes
Versions: 7
Compression:
Stored size: 663 Bytes
Contents
# GetAroundOwner::GetaroundDestroyUnavailabilityRequest ## 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. | | ## Example ```ruby require 'get_around_owner' instance = GetAroundOwner::GetaroundDestroyUnavailabilityRequest.new( starts_at: null, ends_at: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems