get_around_owner 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. checksums.yaml +4 -4
  2. data/lib/get_around_owner/version.rb +2 -2
  3. metadata +2 -53
  4. data/Gemfile +0 -9
  5. data/Rakefile +0 -10
  6. data/docs/CarsApi.md +0 -151
  7. data/docs/CheckinsApi.md +0 -71
  8. data/docs/CheckoutsApi.md +0 -71
  9. data/docs/GetaroundCar.md +0 -28
  10. data/docs/GetaroundCarsIndexInner.md +0 -18
  11. data/docs/GetaroundCheckin.md +0 -24
  12. data/docs/GetaroundCheckinsIndexInner.md +0 -18
  13. data/docs/GetaroundCheckout.md +0 -26
  14. data/docs/GetaroundCreateMessagesRequest.md +0 -18
  15. data/docs/GetaroundCreateUnavailabilitiesRequest.md +0 -22
  16. data/docs/GetaroundDestroyUnavailabilityRequest.md +0 -20
  17. data/docs/GetaroundInvoice.md +0 -34
  18. data/docs/GetaroundInvoiceChargesInner.md +0 -20
  19. data/docs/GetaroundInvoicesIndexInner.md +0 -18
  20. data/docs/GetaroundMessage.md +0 -26
  21. data/docs/GetaroundMessagesSent.md +0 -22
  22. data/docs/GetaroundMessagesSentAllOfData.md +0 -20
  23. data/docs/GetaroundPayout.md +0 -28
  24. data/docs/GetaroundPayoutInvoicesInner.md +0 -18
  25. data/docs/GetaroundPayoutsIndexInner.md +0 -18
  26. data/docs/GetaroundReason.md +0 -15
  27. data/docs/GetaroundRental.md +0 -32
  28. data/docs/GetaroundRentalInvoicesIndexInner.md +0 -18
  29. data/docs/GetaroundRentalMessagesIndexInner.md +0 -18
  30. data/docs/GetaroundRentalsBooked.md +0 -22
  31. data/docs/GetaroundRentalsBookedAllOfData.md +0 -18
  32. data/docs/GetaroundRentalsCanceled.md +0 -22
  33. data/docs/GetaroundRentalsCarCheckedIn.md +0 -22
  34. data/docs/GetaroundRentalsCarCheckedOut.md +0 -22
  35. data/docs/GetaroundRentalsCarSwitched.md +0 -22
  36. data/docs/GetaroundRentalsIndexInner.md +0 -18
  37. data/docs/GetaroundRentalsTimesChanged.md +0 -22
  38. data/docs/GetaroundUnavailabilitiesCreated.md +0 -22
  39. data/docs/GetaroundUnavailabilitiesCreatedAllOfData.md +0 -24
  40. data/docs/GetaroundUnavailabilitiesDeleted.md +0 -22
  41. data/docs/GetaroundUnavailabilitiesDeletedAllOfData.md +0 -22
  42. data/docs/GetaroundUnavailability.md +0 -24
  43. data/docs/GetaroundUser.md +0 -42
  44. data/docs/GetaroundUsersUpdated.md +0 -22
  45. data/docs/GetaroundUsersUpdatedAllOfData.md +0 -18
  46. data/docs/GetaroundWebhook.md +0 -22
  47. data/docs/InvoicesApi.md +0 -231
  48. data/docs/MessagesApi.md +0 -71
  49. data/docs/PayoutsApi.md +0 -155
  50. data/docs/RentalsApi.md +0 -263
  51. data/docs/UnavailabilitiesApi.md +0 -135
  52. data/docs/UsersApi.md +0 -71
  53. data/get_around_owner.gemspec +0 -26
  54. data/git_push.sh +0 -57
@@ -1,20 +0,0 @@
1
- # GetAroundOwner::GetaroundInvoiceChargesInner
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **type** | [**GetaroundAnyOf**](GetaroundAnyOf.md) | | [optional] |
8
- | **amount** | **Integer** | The charge's amount | [optional] |
9
-
10
- ## Example
11
-
12
- ```ruby
13
- require 'get_around_owner'
14
-
15
- instance = GetAroundOwner::GetaroundInvoiceChargesInner.new(
16
- type: null,
17
- amount: null
18
- )
19
- ```
20
-
@@ -1,18 +0,0 @@
1
- # GetAroundOwner::GetaroundInvoicesIndexInner
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **id** | **Integer** | The invoice ID | |
8
-
9
- ## Example
10
-
11
- ```ruby
12
- require 'get_around_owner'
13
-
14
- instance = GetAroundOwner::GetaroundInvoicesIndexInner.new(
15
- id: null
16
- )
17
- ```
18
-
@@ -1,26 +0,0 @@
1
- # GetAroundOwner::GetaroundMessage
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **id** | **Integer** | The message ID | |
8
- | **rental_id** | **Integer** | ID of the related rental | |
9
- | **sending_user_id** | **Integer** | ID of the sending user | |
10
- | **sent_at** | **String** | Date the message was sent | |
11
- | **content** | **String** | Content of message, Personal information detected in messages is hidden | |
12
-
13
- ## Example
14
-
15
- ```ruby
16
- require 'get_around_owner'
17
-
18
- instance = GetAroundOwner::GetaroundMessage.new(
19
- id: null,
20
- rental_id: null,
21
- sending_user_id: null,
22
- sent_at: null,
23
- content: null
24
- )
25
- ```
26
-
@@ -1,22 +0,0 @@
1
- # GetAroundOwner::GetaroundMessagesSent
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **type** | **Object** | | |
8
- | **data** | [**GetaroundMessagesSentAllOfData**](GetaroundMessagesSentAllOfData.md) | | |
9
- | **occurred_at** | **Time** | The webhook event occurred at timestamp | |
10
-
11
- ## Example
12
-
13
- ```ruby
14
- require 'get_around_owner'
15
-
16
- instance = GetAroundOwner::GetaroundMessagesSent.new(
17
- type: null,
18
- data: null,
19
- occurred_at: null
20
- )
21
- ```
22
-
@@ -1,20 +0,0 @@
1
- # GetAroundOwner::GetaroundMessagesSentAllOfData
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **message_id** | **Float** | The message identifier | [optional] |
8
- | **rental_id** | **Float** | The rental identifier | [optional] |
9
-
10
- ## Example
11
-
12
- ```ruby
13
- require 'get_around_owner'
14
-
15
- instance = GetAroundOwner::GetaroundMessagesSentAllOfData.new(
16
- message_id: null,
17
- rental_id: null
18
- )
19
- ```
20
-
@@ -1,28 +0,0 @@
1
- # GetAroundOwner::GetaroundPayout
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **id** | **Integer** | The payout ID | |
8
- | **amount** | **Integer** | The amount of the payout, in cents (0.01€) | |
9
- | **currency** | **String** | The currency of the payout (ISO 4217 alphabetic code) | |
10
- | **completed_at** | **Time** | The ISO8601 formatted payout completion date | |
11
- | **entity_type** | **String** | The type of entity the payout is related to | |
12
- | **invoices** | [**Array<GetaroundPayoutInvoicesInner>**](GetaroundPayoutInvoicesInner.md) | An array of invoices paid by this payout | [optional] |
13
-
14
- ## Example
15
-
16
- ```ruby
17
- require 'get_around_owner'
18
-
19
- instance = GetAroundOwner::GetaroundPayout.new(
20
- id: null,
21
- amount: null,
22
- currency: null,
23
- completed_at: null,
24
- entity_type: null,
25
- invoices: null
26
- )
27
- ```
28
-
@@ -1,18 +0,0 @@
1
- # GetAroundOwner::GetaroundPayoutInvoicesInner
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **id** | **Integer** | The invoice ID | |
8
-
9
- ## Example
10
-
11
- ```ruby
12
- require 'get_around_owner'
13
-
14
- instance = GetAroundOwner::GetaroundPayoutInvoicesInner.new(
15
- id: null
16
- )
17
- ```
18
-
@@ -1,18 +0,0 @@
1
- # GetAroundOwner::GetaroundPayoutsIndexInner
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **id** | **Integer** | The payout ID | |
8
-
9
- ## Example
10
-
11
- ```ruby
12
- require 'get_around_owner'
13
-
14
- instance = GetAroundOwner::GetaroundPayoutsIndexInner.new(
15
- id: null
16
- )
17
- ```
18
-
@@ -1,15 +0,0 @@
1
- # GetAroundOwner::GetaroundReason
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
-
8
- ## Example
9
-
10
- ```ruby
11
- require 'get_around_owner'
12
-
13
- instance = GetAroundOwner::GetaroundReason.new()
14
- ```
15
-
@@ -1,32 +0,0 @@
1
- # GetAroundOwner::GetaroundRental
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **id** | **Integer** | Rental's id | |
8
- | **car_id** | **Integer** | Vehicle's id | |
9
- | **user_id** | **Integer** | User id of the rental's driver | |
10
- | **starts_at** | **Time** | Rental's started time in ISO8601 format | |
11
- | **ends_at** | **Time** | Rental's ended time in ISO8601 format | |
12
- | **booked_at** | **Time** | Rental's booked time in ISO8601 format | |
13
- | **price** | **Integer** | Price set by the owner (in cents 0.01€) | |
14
- | **insurance_fee** | **Integer** | Insurance amount collected (in cents 0.01€) | |
15
-
16
- ## Example
17
-
18
- ```ruby
19
- require 'get_around_owner'
20
-
21
- instance = GetAroundOwner::GetaroundRental.new(
22
- id: null,
23
- car_id: null,
24
- user_id: null,
25
- starts_at: null,
26
- ends_at: null,
27
- booked_at: null,
28
- price: null,
29
- insurance_fee: null
30
- )
31
- ```
32
-
@@ -1,18 +0,0 @@
1
- # GetAroundOwner::GetaroundRentalInvoicesIndexInner
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **id** | **Integer** | The invoice ID | |
8
-
9
- ## Example
10
-
11
- ```ruby
12
- require 'get_around_owner'
13
-
14
- instance = GetAroundOwner::GetaroundRentalInvoicesIndexInner.new(
15
- id: null
16
- )
17
- ```
18
-
@@ -1,18 +0,0 @@
1
- # GetAroundOwner::GetaroundRentalMessagesIndexInner
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **id** | **Integer** | The message ID | |
8
-
9
- ## Example
10
-
11
- ```ruby
12
- require 'get_around_owner'
13
-
14
- instance = GetAroundOwner::GetaroundRentalMessagesIndexInner.new(
15
- id: null
16
- )
17
- ```
18
-
@@ -1,22 +0,0 @@
1
- # GetAroundOwner::GetaroundRentalsBooked
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **type** | **Object** | | |
8
- | **data** | [**GetaroundRentalsBookedAllOfData**](GetaroundRentalsBookedAllOfData.md) | | |
9
- | **occurred_at** | **Time** | The webhook event occurred at timestamp | |
10
-
11
- ## Example
12
-
13
- ```ruby
14
- require 'get_around_owner'
15
-
16
- instance = GetAroundOwner::GetaroundRentalsBooked.new(
17
- type: null,
18
- data: null,
19
- occurred_at: null
20
- )
21
- ```
22
-
@@ -1,18 +0,0 @@
1
- # GetAroundOwner::GetaroundRentalsBookedAllOfData
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **rental_id** | **Float** | The rental identifier | [optional] |
8
-
9
- ## Example
10
-
11
- ```ruby
12
- require 'get_around_owner'
13
-
14
- instance = GetAroundOwner::GetaroundRentalsBookedAllOfData.new(
15
- rental_id: null
16
- )
17
- ```
18
-
@@ -1,22 +0,0 @@
1
- # GetAroundOwner::GetaroundRentalsCanceled
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **type** | **Object** | | |
8
- | **data** | [**GetaroundRentalsBookedAllOfData**](GetaroundRentalsBookedAllOfData.md) | | |
9
- | **occurred_at** | **Time** | The webhook event occurred at timestamp | |
10
-
11
- ## Example
12
-
13
- ```ruby
14
- require 'get_around_owner'
15
-
16
- instance = GetAroundOwner::GetaroundRentalsCanceled.new(
17
- type: null,
18
- data: null,
19
- occurred_at: null
20
- )
21
- ```
22
-
@@ -1,22 +0,0 @@
1
- # GetAroundOwner::GetaroundRentalsCarCheckedIn
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **type** | **Object** | | |
8
- | **data** | [**GetaroundRentalsBookedAllOfData**](GetaroundRentalsBookedAllOfData.md) | | |
9
- | **occurred_at** | **Time** | The webhook event occurred at timestamp | |
10
-
11
- ## Example
12
-
13
- ```ruby
14
- require 'get_around_owner'
15
-
16
- instance = GetAroundOwner::GetaroundRentalsCarCheckedIn.new(
17
- type: null,
18
- data: null,
19
- occurred_at: null
20
- )
21
- ```
22
-
@@ -1,22 +0,0 @@
1
- # GetAroundOwner::GetaroundRentalsCarCheckedOut
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **type** | **Object** | | |
8
- | **data** | [**GetaroundRentalsBookedAllOfData**](GetaroundRentalsBookedAllOfData.md) | | |
9
- | **occurred_at** | **Time** | The webhook event occurred at timestamp | |
10
-
11
- ## Example
12
-
13
- ```ruby
14
- require 'get_around_owner'
15
-
16
- instance = GetAroundOwner::GetaroundRentalsCarCheckedOut.new(
17
- type: null,
18
- data: null,
19
- occurred_at: null
20
- )
21
- ```
22
-
@@ -1,22 +0,0 @@
1
- # GetAroundOwner::GetaroundRentalsCarSwitched
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **type** | **Object** | | |
8
- | **data** | [**GetaroundRentalsBookedAllOfData**](GetaroundRentalsBookedAllOfData.md) | | |
9
- | **occurred_at** | **Time** | The webhook event occurred at timestamp | |
10
-
11
- ## Example
12
-
13
- ```ruby
14
- require 'get_around_owner'
15
-
16
- instance = GetAroundOwner::GetaroundRentalsCarSwitched.new(
17
- type: null,
18
- data: null,
19
- occurred_at: null
20
- )
21
- ```
22
-
@@ -1,18 +0,0 @@
1
- # GetAroundOwner::GetaroundRentalsIndexInner
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **id** | **Integer** | The rental ID | |
8
-
9
- ## Example
10
-
11
- ```ruby
12
- require 'get_around_owner'
13
-
14
- instance = GetAroundOwner::GetaroundRentalsIndexInner.new(
15
- id: null
16
- )
17
- ```
18
-
@@ -1,22 +0,0 @@
1
- # GetAroundOwner::GetaroundRentalsTimesChanged
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **type** | **Object** | | |
8
- | **data** | [**GetaroundRentalsBookedAllOfData**](GetaroundRentalsBookedAllOfData.md) | | |
9
- | **occurred_at** | **Time** | The webhook event occurred at timestamp | |
10
-
11
- ## Example
12
-
13
- ```ruby
14
- require 'get_around_owner'
15
-
16
- instance = GetAroundOwner::GetaroundRentalsTimesChanged.new(
17
- type: null,
18
- data: null,
19
- occurred_at: null
20
- )
21
- ```
22
-
@@ -1,22 +0,0 @@
1
- # GetAroundOwner::GetaroundUnavailabilitiesCreated
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **type** | **Object** | | |
8
- | **data** | [**GetaroundUnavailabilitiesCreatedAllOfData**](GetaroundUnavailabilitiesCreatedAllOfData.md) | | |
9
- | **occurred_at** | **Time** | The webhook event occurred at timestamp | |
10
-
11
- ## Example
12
-
13
- ```ruby
14
- require 'get_around_owner'
15
-
16
- instance = GetAroundOwner::GetaroundUnavailabilitiesCreated.new(
17
- type: null,
18
- data: null,
19
- occurred_at: null
20
- )
21
- ```
22
-
@@ -1,24 +0,0 @@
1
- # GetAroundOwner::GetaroundUnavailabilitiesCreatedAllOfData
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **car_id** | **Integer** | ID of the related car | [optional] |
8
- | **starts_at** | **Time** | The ISO8601 formatted beginning of the unavailability's period | [optional] |
9
- | **ends_at** | **Time** | The ISO8601 formatted ending of the unavailability's period | [optional] |
10
- | **reason** | [**GetaroundReason**](GetaroundReason.md) | | [optional] |
11
-
12
- ## Example
13
-
14
- ```ruby
15
- require 'get_around_owner'
16
-
17
- instance = GetAroundOwner::GetaroundUnavailabilitiesCreatedAllOfData.new(
18
- car_id: null,
19
- starts_at: null,
20
- ends_at: null,
21
- reason: null
22
- )
23
- ```
24
-
@@ -1,22 +0,0 @@
1
- # GetAroundOwner::GetaroundUnavailabilitiesDeleted
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **type** | **Object** | | |
8
- | **data** | [**GetaroundUnavailabilitiesDeletedAllOfData**](GetaroundUnavailabilitiesDeletedAllOfData.md) | | |
9
- | **occurred_at** | **Time** | The webhook event occurred at timestamp | |
10
-
11
- ## Example
12
-
13
- ```ruby
14
- require 'get_around_owner'
15
-
16
- instance = GetAroundOwner::GetaroundUnavailabilitiesDeleted.new(
17
- type: null,
18
- data: null,
19
- occurred_at: null
20
- )
21
- ```
22
-
@@ -1,22 +0,0 @@
1
- # GetAroundOwner::GetaroundUnavailabilitiesDeletedAllOfData
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **car_id** | **Integer** | ID of the related car | [optional] |
8
- | **starts_at** | **Time** | The ISO8601 formatted beginning of the unavailability's period | [optional] |
9
- | **ends_at** | **Time** | The ISO8601 formatted ending of the unavailability's period | [optional] |
10
-
11
- ## Example
12
-
13
- ```ruby
14
- require 'get_around_owner'
15
-
16
- instance = GetAroundOwner::GetaroundUnavailabilitiesDeletedAllOfData.new(
17
- car_id: null,
18
- starts_at: null,
19
- ends_at: null
20
- )
21
- ```
22
-
@@ -1,24 +0,0 @@
1
- # GetAroundOwner::GetaroundUnavailability
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **car_id** | **Integer** | ID of the related car | |
8
- | **starts_at** | **Time** | The ISO8601 formatted beginning of the unavailability's period | |
9
- | **ends_at** | **Time** | The ISO8601 formatted ending of the unavailability's period | |
10
- | **reason** | **String** | The reason of the unavailability of the car. | [optional] |
11
-
12
- ## Example
13
-
14
- ```ruby
15
- require 'get_around_owner'
16
-
17
- instance = GetAroundOwner::GetaroundUnavailability.new(
18
- car_id: null,
19
- starts_at: null,
20
- ends_at: null,
21
- reason: null
22
- )
23
- ```
24
-
@@ -1,42 +0,0 @@
1
- # GetAroundOwner::GetaroundUser
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **id** | **Integer** | The user ID | |
8
- | **first_name** | **String** | First name(s) | |
9
- | **last_name** | **String** | Last name(s) | |
10
- | **phone_number** | **String** | The phone number in international format | |
11
- | **address_line1** | **String** | Residential address of the user | |
12
- | **address_line2** | **String** | Additional address details | [optional] |
13
- | **postal_code** | **String** | The postal code | |
14
- | **city** | **String** | The city | |
15
- | **country** | **String** | Address's country format ISO_3166-1_alpha-2 (ex: FR, ES, ...) | |
16
- | **birth_date** | **Date** | The birth date | |
17
- | **license_country** | **String** | Driving licence country of issue format ISO_3166-1_alpha-2 (ex: FR, ES, ...) | |
18
- | **license_first_issue_date** | **Date** | Driving licence first issue date | |
19
- | **license_number** | **String** | The license number | |
20
-
21
- ## Example
22
-
23
- ```ruby
24
- require 'get_around_owner'
25
-
26
- instance = GetAroundOwner::GetaroundUser.new(
27
- id: null,
28
- first_name: null,
29
- last_name: null,
30
- phone_number: null,
31
- address_line1: null,
32
- address_line2: null,
33
- postal_code: null,
34
- city: null,
35
- country: null,
36
- birth_date: null,
37
- license_country: null,
38
- license_first_issue_date: null,
39
- license_number: null
40
- )
41
- ```
42
-
@@ -1,22 +0,0 @@
1
- # GetAroundOwner::GetaroundUsersUpdated
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **type** | **Object** | | |
8
- | **data** | [**GetaroundUsersUpdatedAllOfData**](GetaroundUsersUpdatedAllOfData.md) | | |
9
- | **occurred_at** | **Time** | The webhook event occurred at timestamp | |
10
-
11
- ## Example
12
-
13
- ```ruby
14
- require 'get_around_owner'
15
-
16
- instance = GetAroundOwner::GetaroundUsersUpdated.new(
17
- type: null,
18
- data: null,
19
- occurred_at: null
20
- )
21
- ```
22
-
@@ -1,18 +0,0 @@
1
- # GetAroundOwner::GetaroundUsersUpdatedAllOfData
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **user_id** | **Float** | The user identifier | [optional] |
8
-
9
- ## Example
10
-
11
- ```ruby
12
- require 'get_around_owner'
13
-
14
- instance = GetAroundOwner::GetaroundUsersUpdatedAllOfData.new(
15
- user_id: null
16
- )
17
- ```
18
-
@@ -1,22 +0,0 @@
1
- # GetAroundOwner::GetaroundWebhook
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **type** | **String** | The webhook event type | |
8
- | **data** | **Object** | | |
9
- | **occurred_at** | **Time** | The webhook event occurred at timestamp | |
10
-
11
- ## Example
12
-
13
- ```ruby
14
- require 'get_around_owner'
15
-
16
- instance = GetAroundOwner::GetaroundWebhook.new(
17
- type: null,
18
- data: null,
19
- occurred_at: null
20
- )
21
- ```
22
-