Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API-Update: Add AddOnQuantityRequest #177

Merged
merged 1 commit into from
Aug 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.gitlab-ci.yml
.travis.yml
README.md
docs/AddOnQuantityRequest.md
docs/AddOnRequest.md
docs/AddOnResponse.md
docs/AdditionalIp.md
Expand Down Expand Up @@ -151,7 +152,6 @@ docs/ListInstancesAuditResponseLinks.md
docs/ListInstancesResponse.md
docs/ListInstancesResponseData.md
docs/ListInstancesResponseLinks.md
docs/ListInstancesResponsePagination.md
docs/ListObjectStorageAuditResponse.md
docs/ListObjectStorageAuditResponseLinks.md
docs/ListObjectStorageResponse.md
Expand Down Expand Up @@ -181,6 +181,7 @@ docs/ListUserAuditResponse.md
docs/ListUserAuditResponseLinks.md
docs/ListUserResponse.md
docs/ListUserResponseLinks.md
docs/ListUserResponsePagination.md
docs/ObjectStorageAuditResponse.md
docs/ObjectStorageResponse.md
docs/ObjectStorageResponseAutoScaling.md
Expand Down Expand Up @@ -294,6 +295,7 @@ pfruck_contabo/apis/__init__.py
pfruck_contabo/configuration.py
pfruck_contabo/exceptions.py
pfruck_contabo/model/__init__.py
pfruck_contabo/model/add_on_quantity_request.py
pfruck_contabo/model/add_on_request.py
pfruck_contabo/model/add_on_response.py
pfruck_contabo/model/additional_ip.py
Expand Down Expand Up @@ -436,7 +438,6 @@ pfruck_contabo/model/list_instances_audit_response_links.py
pfruck_contabo/model/list_instances_response.py
pfruck_contabo/model/list_instances_response_data.py
pfruck_contabo/model/list_instances_response_links.py
pfruck_contabo/model/list_instances_response_pagination.py
pfruck_contabo/model/list_object_storage_audit_response.py
pfruck_contabo/model/list_object_storage_audit_response_links.py
pfruck_contabo/model/list_object_storage_response.py
Expand Down Expand Up @@ -466,6 +467,7 @@ pfruck_contabo/model/list_user_audit_response.py
pfruck_contabo/model/list_user_audit_response_links.py
pfruck_contabo/model/list_user_response.py
pfruck_contabo/model/list_user_response_links.py
pfruck_contabo/model/list_user_response_pagination.py
pfruck_contabo/model/object_storage_audit_response.py
pfruck_contabo/model/object_storage_response.py
pfruck_contabo/model/object_storage_response_auto_scaling.py
Expand Down Expand Up @@ -541,6 +543,7 @@ setup.cfg
setup.py
test-requirements.txt
test/__init__.py
test/test_add_on_quantity_request.py
test/test_add_on_request.py
test/test_add_on_response.py
test/test_additional_ip.py
Expand Down Expand Up @@ -690,7 +693,6 @@ test/test_list_instances_audit_response_links.py
test/test_list_instances_response.py
test/test_list_instances_response_data.py
test/test_list_instances_response_links.py
test/test_list_instances_response_pagination.py
test/test_list_object_storage_audit_response.py
test/test_list_object_storage_audit_response_links.py
test/test_list_object_storage_response.py
Expand Down Expand Up @@ -720,6 +722,7 @@ test/test_list_user_audit_response.py
test/test_list_user_audit_response_links.py
test/test_list_user_response.py
test/test_list_user_response_links.py
test/test_list_user_response_pagination.py
test/test_object_storage_audit_response.py
test/test_object_storage_response.py
test/test_object_storage_response_auto_scaling.py
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ Class | Method | HTTP request | Description

## Documentation For Models

- [AddOnQuantityRequest](docs/AddOnQuantityRequest.md)
- [AddOnRequest](docs/AddOnRequest.md)
- [AddOnResponse](docs/AddOnResponse.md)
- [AdditionalIp](docs/AdditionalIp.md)
Expand Down Expand Up @@ -338,7 +339,6 @@ Class | Method | HTTP request | Description
- [ListInstancesResponse](docs/ListInstancesResponse.md)
- [ListInstancesResponseData](docs/ListInstancesResponseData.md)
- [ListInstancesResponseLinks](docs/ListInstancesResponseLinks.md)
- [ListInstancesResponsePagination](docs/ListInstancesResponsePagination.md)
- [ListObjectStorageAuditResponse](docs/ListObjectStorageAuditResponse.md)
- [ListObjectStorageAuditResponseLinks](docs/ListObjectStorageAuditResponseLinks.md)
- [ListObjectStorageResponse](docs/ListObjectStorageResponse.md)
Expand Down Expand Up @@ -368,6 +368,7 @@ Class | Method | HTTP request | Description
- [ListUserAuditResponseLinks](docs/ListUserAuditResponseLinks.md)
- [ListUserResponse](docs/ListUserResponse.md)
- [ListUserResponseLinks](docs/ListUserResponseLinks.md)
- [ListUserResponsePagination](docs/ListUserResponsePagination.md)
- [ObjectStorageAuditResponse](docs/ObjectStorageAuditResponse.md)
- [ObjectStorageResponse](docs/ObjectStorageResponse.md)
- [ObjectStorageResponseAutoScaling](docs/ObjectStorageResponseAutoScaling.md)
Expand Down
12 changes: 12 additions & 0 deletions docs/AddOnQuantityRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# AddOnQuantityRequest


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**quantity** | **int** | The number of Addons you wish to aquire. |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


2 changes: 1 addition & 1 deletion docs/FindTagResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**data** | [**[TagResponse1]**](TagResponse1.md) | |
**data** | [**[TagResponse]**](TagResponse.md) | |
**links** | [**CreateTagResponseLinks**](CreateTagResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]

Expand Down
2 changes: 1 addition & 1 deletion docs/ImageAuditResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**data** | [**[ImageAuditResponseData]**](ImageAuditResponseData.md) | |
**links** | [**ImageAuditResponseLinks**](ImageAuditResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListAssignmentAuditsResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**data** | [**[AssignmentAuditResponse]**](AssignmentAuditResponse.md) | |
**links** | [**ListAssignmentAuditsResponseLinks**](ListAssignmentAuditsResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListAssignmentResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**data** | [**[AssignmentResponse]**](AssignmentResponse.md) | |
**links** | [**ListAssignmentResponseLinks**](ListAssignmentResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListCredentialResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**data** | [**[CredentialData]**](CredentialData.md) | |
**links** | [**ListCredentialResponseLinks**](ListCredentialResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListDataCenterResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**data** | [**[DataCenterResponse]**](DataCenterResponse.md) | |
**links** | [**ListDataCenterResponseLinks**](ListDataCenterResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListImageResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**data** | [**[ListImageResponseData]**](ListImageResponseData.md) | |
**links** | [**ListImageResponseLinks**](ListImageResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListImageResponseData.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Name | Type | Description | Notes
**standard_image** | **bool** | Flag indicating that image is either a standard (true) or a custom image (false) |
**creation_date** | **datetime** | The creation date time for the image |
**last_modified_date** | **datetime** | The last modified date time for the image |
**tags** | [**[TagResponse]**](TagResponse.md) | The tags assigned to the image |
**tags** | [**[TagResponse1]**](TagResponse1.md) | The tags assigned to the image |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/ListInstancesActionsAuditResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**data** | [**[InstancesActionsAuditResponse]**](InstancesActionsAuditResponse.md) | |
**links** | [**ListInstancesActionsAuditResponseLinks**](ListInstancesActionsAuditResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListInstancesAuditResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**data** | [**[InstancesAuditResponse]**](InstancesAuditResponse.md) | |
**links** | [**ListInstancesAuditResponseLinks**](ListInstancesAuditResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListInstancesResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**data** | [**[ListInstancesResponseData]**](ListInstancesResponseData.md) | |
**links** | [**ListInstancesResponseLinks**](ListInstancesResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListObjectStorageAuditResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**data** | [**[ObjectStorageAuditResponse]**](ObjectStorageAuditResponse.md) | |
**links** | [**ListObjectStorageAuditResponseLinks**](ListObjectStorageAuditResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListObjectStorageResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**data** | [**[ObjectStorageResponse]**](ObjectStorageResponse.md) | |
**links** | [**ListObjectStorageResponseLinks**](ListObjectStorageResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListPrivateNetworkAuditResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**data** | [**[PrivateNetworkAuditResponse]**](PrivateNetworkAuditResponse.md) | |
**links** | [**ListPrivateNetworkAuditResponseLinks**](ListPrivateNetworkAuditResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListPrivateNetworkResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**data** | [**[ListPrivateNetworkResponseData]**](ListPrivateNetworkResponseData.md) | |
**links** | [**ListPrivateNetworkResponseLinks**](ListPrivateNetworkResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListRoleResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**data** | [**[RoleResponse]**](RoleResponse.md) | |
**links** | [**ListRoleResponseLinks**](ListRoleResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListSecretAuditResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**data** | [**[SecretAuditResponse]**](SecretAuditResponse.md) | |
**links** | [**ListSecretAuditResponseLinks**](ListSecretAuditResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListSecretResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**data** | [**[SecretResponse]**](SecretResponse.md) | |
**links** | [**ListSecretResponseLinks**](ListSecretResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListSnapshotResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**data** | [**[SnapshotResponse]**](SnapshotResponse.md) | |
**links** | [**ListSnapshotResponseLinks**](ListSnapshotResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListSnapshotsAuditResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**data** | [**[SnapshotsAuditResponse]**](SnapshotsAuditResponse.md) | |
**links** | [**ListSnapshotsAuditResponseLinks**](ListSnapshotsAuditResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListTagAuditsResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**data** | [**[TagAuditResponse]**](TagAuditResponse.md) | |
**links** | [**ListTagAuditsResponseLinks**](ListTagAuditsResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
4 changes: 2 additions & 2 deletions docs/ListTagResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**data** | [**[TagResponse1]**](TagResponse1.md) | |
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**data** | [**[TagResponse]**](TagResponse.md) | |
**links** | [**ListTagResponseLinks**](ListTagResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]

Expand Down
2 changes: 1 addition & 1 deletion docs/ListUserAuditResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**data** | [**[UserAuditResponse]**](UserAuditResponse.md) | |
**links** | [**ListUserAuditResponseLinks**](ListUserAuditResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ListUserResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListInstancesResponsePagination**](ListInstancesResponsePagination.md) | |
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**data** | [**[UserResponse]**](UserResponse.md) | |
**links** | [**ListUserResponseLinks**](ListUserResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
Expand Down
Loading