regula-facesdk-webclient 7.2.388.dev0__py3-none-any.whl → 8.1.433.dev0__py3-none-any.whl
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.
- regula/facesdk/webclient/__init__.py +5 -5
- regula/facesdk/webclient/ext/api/group_api.py +2 -27
- regula/facesdk/webclient/ext/api/match_api.py +3 -29
- regula/facesdk/webclient/ext/api/person_api.py +8 -34
- regula/facesdk/webclient/ext/api/sdk.py +5 -3
- regula/facesdk/webclient/ext/api/search_api.py +2 -6
- regula/facesdk/webclient/ext/models/detect_request.py +6 -5
- regula/facesdk/webclient/ext/models/match_image.py +3 -3
- regula/facesdk/webclient/ext/models/match_request.py +7 -5
- regula/facesdk/webclient/gen/__init__.py +349 -18
- regula/facesdk/webclient/gen/api/__init__.py +30 -3
- regula/facesdk/webclient/gen/api/group_api.py +1854 -799
- regula/facesdk/webclient/gen/api/healthcheck_api.py +475 -215
- regula/facesdk/webclient/gen/api/liveness20_api.py +565 -0
- regula/facesdk/webclient/gen/api/match_api.py +801 -355
- regula/facesdk/webclient/gen/api/person_api.py +2399 -1039
- regula/facesdk/webclient/gen/api/search_api.py +286 -130
- regula/facesdk/webclient/gen/api_client.py +577 -476
- regula/facesdk/webclient/gen/api_response.py +21 -0
- regula/facesdk/webclient/gen/configuration.py +231 -105
- regula/facesdk/webclient/gen/exceptions.py +82 -33
- regula/facesdk/webclient/gen/models/__init__.py +202 -95
- regula/facesdk/webclient/gen/models/add_image_to_person_request.py +96 -0
- regula/facesdk/webclient/gen/models/add_image_to_person_request_data.py +92 -0
- regula/facesdk/webclient/gen/models/add_image_to_person_request_image.py +92 -0
- regula/facesdk/webclient/gen/models/add_image_to_person_response.py +92 -0
- regula/facesdk/webclient/gen/models/attribute_config.py +83 -0
- regula/facesdk/webclient/gen/models/attributes_data.py +82 -0
- regula/facesdk/webclient/gen/models/crop.py +88 -0
- regula/facesdk/webclient/gen/models/detail_item.py +136 -0
- regula/facesdk/webclient/gen/models/detect_attributes_details.py +84 -0
- regula/facesdk/webclient/gen/models/detect_details_meta.py +86 -0
- regula/facesdk/webclient/gen/models/detect_meta_data.py +84 -0
- regula/facesdk/webclient/gen/models/detect_request.py +94 -0
- regula/facesdk/webclient/gen/models/detect_request_data.py +90 -0
- regula/facesdk/webclient/gen/models/detect_response.py +89 -0
- regula/facesdk/webclient/gen/models/detect_response_results.py +86 -0
- regula/facesdk/webclient/gen/models/detect_result.py +98 -0
- regula/facesdk/webclient/gen/models/detection.py +98 -0
- regula/facesdk/webclient/gen/models/detection_attributes.py +92 -0
- regula/facesdk/webclient/gen/models/detection_attributes_details_inner.py +132 -0
- regula/facesdk/webclient/gen/models/detection_face.py +90 -0
- regula/facesdk/webclient/gen/models/detection_quality.py +107 -0
- regula/facesdk/webclient/gen/models/device_info.py +111 -0
- regula/facesdk/webclient/gen/models/face_attribute.py +40 -0
- regula/facesdk/webclient/gen/models/face_image_quality_align_type.py +32 -0
- regula/facesdk/webclient/gen/models/face_image_quality_groups.py +35 -0
- regula/facesdk/webclient/gen/models/face_image_quality_groups_strings.py +35 -0
- regula/facesdk/webclient/gen/models/face_image_quality_status.py +30 -0
- regula/facesdk/webclient/gen/models/face_quality_config_name.py +75 -0
- regula/facesdk/webclient/gen/models/face_quality_scenarios.py +37 -0
- regula/facesdk/webclient/gen/models/face_sdk_result.py +83 -0
- regula/facesdk/webclient/gen/models/face_sdk_result_code.py +68 -0
- regula/facesdk/webclient/gen/models/faces_response.py +100 -0
- regula/facesdk/webclient/gen/models/faces_response_data.py +90 -0
- regula/facesdk/webclient/gen/models/filter_op.py +29 -0
- regula/facesdk/webclient/gen/models/filter_search_request.py +87 -0
- regula/facesdk/webclient/gen/models/group.py +89 -0
- regula/facesdk/webclient/gen/models/group_data.py +85 -0
- regula/facesdk/webclient/gen/models/group_page.py +94 -0
- regula/facesdk/webclient/gen/models/group_page_items.py +90 -0
- regula/facesdk/webclient/gen/models/group_response.py +84 -0
- regula/facesdk/webclient/gen/models/group_to_create.py +86 -0
- regula/facesdk/webclient/gen/models/image.py +96 -0
- regula/facesdk/webclient/gen/models/image_fields.py +100 -0
- regula/facesdk/webclient/gen/models/image_fields_image.py +92 -0
- regula/facesdk/webclient/gen/models/image_page.py +94 -0
- regula/facesdk/webclient/gen/models/image_page_items.py +90 -0
- regula/facesdk/webclient/gen/models/image_source.py +34 -0
- regula/facesdk/webclient/gen/models/liveness_type.py +29 -0
- regula/facesdk/webclient/gen/models/match_and_search_request.py +103 -0
- regula/facesdk/webclient/gen/models/match_and_search_request_images_item.py +87 -0
- regula/facesdk/webclient/gen/models/match_and_search_response.py +107 -0
- regula/facesdk/webclient/gen/models/match_and_search_response_data.py +104 -0
- regula/facesdk/webclient/gen/models/match_and_search_response_data_detections_item.py +95 -0
- regula/facesdk/webclient/gen/models/match_image.py +89 -0
- regula/facesdk/webclient/gen/models/match_image_detection.py +95 -0
- regula/facesdk/webclient/gen/models/match_image_result.py +97 -0
- regula/facesdk/webclient/gen/models/match_request.py +102 -0
- regula/facesdk/webclient/gen/models/match_request_data.py +98 -0
- regula/facesdk/webclient/gen/models/match_response.py +105 -0
- regula/facesdk/webclient/gen/models/match_response_data.py +102 -0
- regula/facesdk/webclient/gen/models/operation_log.py +88 -0
- regula/facesdk/webclient/gen/models/output_image_params.py +89 -0
- regula/facesdk/webclient/gen/models/page.py +84 -0
- regula/facesdk/webclient/gen/models/person.py +97 -0
- regula/facesdk/webclient/gen/models/person_data.py +87 -0
- regula/facesdk/webclient/gen/models/person_fields.py +91 -0
- regula/facesdk/webclient/gen/models/person_items.py +90 -0
- regula/facesdk/webclient/gen/models/person_to_update_fields.py +89 -0
- regula/facesdk/webclient/gen/models/person_with_images.py +107 -0
- regula/facesdk/webclient/gen/models/person_with_images_data.py +90 -0
- regula/facesdk/webclient/gen/models/persons_page.py +94 -0
- regula/facesdk/webclient/gen/models/process_param.py +103 -0
- regula/facesdk/webclient/gen/models/process_param_attributes.py +90 -0
- regula/facesdk/webclient/gen/models/quality_config.py +86 -0
- regula/facesdk/webclient/gen/models/quality_detail.py +94 -0
- regula/facesdk/webclient/gen/models/quality_details_groups.py +90 -0
- regula/facesdk/webclient/gen/models/quality_request.py +93 -0
- regula/facesdk/webclient/gen/models/recognize_image.py +100 -0
- regula/facesdk/webclient/gen/models/recognize_image_data.py +84 -0
- regula/facesdk/webclient/gen/models/resize_options.py +86 -0
- regula/facesdk/webclient/gen/models/search_bad_params.py +86 -0
- regula/facesdk/webclient/gen/models/search_detection.py +102 -0
- regula/facesdk/webclient/gen/models/search_parameters.py +95 -0
- regula/facesdk/webclient/gen/models/search_parameters_create_person.py +86 -0
- regula/facesdk/webclient/gen/models/search_person.py +113 -0
- regula/facesdk/webclient/gen/models/search_person_data.py +96 -0
- regula/facesdk/webclient/gen/models/search_request.py +119 -0
- regula/facesdk/webclient/gen/models/search_result.py +92 -0
- regula/facesdk/webclient/gen/models/transaction_info.py +99 -0
- regula/facesdk/webclient/gen/models/transaction_labels.py +84 -0
- regula/facesdk/webclient/gen/models/update_group.py +85 -0
- regula/facesdk/webclient/gen/py.typed +0 -0
- regula/facesdk/webclient/gen/rest.py +136 -232
- {regula_facesdk_webclient-7.2.388.dev0.dist-info → regula_facesdk_webclient-8.1.433.dev0.dist-info}/METADATA +7 -4
- regula_facesdk_webclient-8.1.433.dev0.dist-info/RECORD +125 -0
- {regula_facesdk_webclient-7.2.388.dev0.dist-info → regula_facesdk_webclient-8.1.433.dev0.dist-info}/WHEEL +1 -1
- regula/facesdk/webclient/gen/api/diagnostics_api.py +0 -162
- regula/facesdk/webclient/gen/api/liveness_2_0_api.py +0 -306
- regula/facesdk/webclient/gen/api/liveness_api.py +0 -424
- regula/facesdk/webclient/gen/apis/__init__.py +0 -22
- regula/facesdk/webclient/gen/model/__init__.py +0 -5
- regula/facesdk/webclient/gen/model/add_image_to_person_request.py +0 -261
- regula/facesdk/webclient/gen/model/add_image_to_person_request_image.py +0 -204
- regula/facesdk/webclient/gen/model/add_image_to_person_response.py +0 -262
- regula/facesdk/webclient/gen/model/attribute_config.py +0 -120
- regula/facesdk/webclient/gen/model/attribute_config_list.py +0 -92
- regula/facesdk/webclient/gen/model/crop.py +0 -180
- regula/facesdk/webclient/gen/model/detect_attributes_details.py +0 -150
- regula/facesdk/webclient/gen/model/detect_details_meta.py +0 -178
- regula/facesdk/webclient/gen/model/detect_request.py +0 -232
- regula/facesdk/webclient/gen/model/detect_request_attributes.py +0 -120
- regula/facesdk/webclient/gen/model/detect_response.py +0 -147
- regula/facesdk/webclient/gen/model/detect_response_all_of.py +0 -120
- regula/facesdk/webclient/gen/model/detect_result.py +0 -235
- regula/facesdk/webclient/gen/model/detection.py +0 -230
- regula/facesdk/webclient/gen/model/detection_attributes.py +0 -150
- regula/facesdk/webclient/gen/model/detection_face.py +0 -232
- regula/facesdk/webclient/gen/model/detection_quality.py +0 -234
- regula/facesdk/webclient/gen/model/device_info.py +0 -231
- regula/facesdk/webclient/gen/model/face_align_type_quality.py +0 -109
- regula/facesdk/webclient/gen/model/face_attribute.py +0 -133
- regula/facesdk/webclient/gen/model/face_image_quality_align_type.py +0 -109
- regula/facesdk/webclient/gen/model/face_image_quality_groups.py +0 -118
- regula/facesdk/webclient/gen/model/face_image_quality_groups_strings.py +0 -118
- regula/facesdk/webclient/gen/model/face_image_quality_status.py +0 -103
- regula/facesdk/webclient/gen/model/face_quality_config_name.py +0 -238
- regula/facesdk/webclient/gen/model/face_quality_scenarios.py +0 -124
- regula/facesdk/webclient/gen/model/face_quality_status.py +0 -103
- regula/facesdk/webclient/gen/model/face_rectangular.py +0 -92
- regula/facesdk/webclient/gen/model/face_sdk_result.py +0 -121
- regula/facesdk/webclient/gen/model/face_sdk_result_code.py +0 -217
- regula/facesdk/webclient/gen/model/faces_response.py +0 -258
- regula/facesdk/webclient/gen/model/faces_response_all_of.py +0 -148
- regula/facesdk/webclient/gen/model/filter_op.py +0 -100
- regula/facesdk/webclient/gen/model/filter_search_request.py +0 -176
- regula/facesdk/webclient/gen/model/group.py +0 -206
- regula/facesdk/webclient/gen/model/group_all_of.py +0 -150
- regula/facesdk/webclient/gen/model/group_page.py +0 -178
- regula/facesdk/webclient/gen/model/group_page_all_of.py +0 -122
- regula/facesdk/webclient/gen/model/group_response.py +0 -150
- regula/facesdk/webclient/gen/model/group_to_create.py +0 -180
- regula/facesdk/webclient/gen/model/image.py +0 -318
- regula/facesdk/webclient/gen/model/image_fields.py +0 -258
- regula/facesdk/webclient/gen/model/image_fields_image.py +0 -204
- regula/facesdk/webclient/gen/model/image_page.py +0 -176
- regula/facesdk/webclient/gen/model/image_page_all_of.py +0 -120
- regula/facesdk/webclient/gen/model/image_source.py +0 -115
- regula/facesdk/webclient/gen/model/liveness_transaction.py +0 -334
- regula/facesdk/webclient/gen/model/liveness_type.py +0 -100
- regula/facesdk/webclient/gen/model/match_and_search_request.py +0 -290
- regula/facesdk/webclient/gen/model/match_and_search_request_all_of.py +0 -234
- regula/facesdk/webclient/gen/model/match_and_search_request_all_of_images.py +0 -148
- regula/facesdk/webclient/gen/model/match_and_search_request_images.py +0 -176
- regula/facesdk/webclient/gen/model/match_and_search_response.py +0 -233
- regula/facesdk/webclient/gen/model/match_and_search_response_all_of.py +0 -206
- regula/facesdk/webclient/gen/model/match_and_search_response_all_of_detections.py +0 -176
- regula/facesdk/webclient/gen/model/match_image.py +0 -205
- regula/facesdk/webclient/gen/model/match_image_detection.py +0 -178
- regula/facesdk/webclient/gen/model/match_image_result.py +0 -316
- regula/facesdk/webclient/gen/model/match_request.py +0 -233
- regula/facesdk/webclient/gen/model/match_request_output_image_params.py +0 -148
- regula/facesdk/webclient/gen/model/match_request_output_image_params_crop.py +0 -212
- regula/facesdk/webclient/gen/model/match_response.py +0 -205
- regula/facesdk/webclient/gen/model/match_response_all_of.py +0 -178
- regula/facesdk/webclient/gen/model/operation_log.py +0 -206
- regula/facesdk/webclient/gen/model/output_image_params.py +0 -146
- regula/facesdk/webclient/gen/model/page.py +0 -150
- regula/facesdk/webclient/gen/model/person.py +0 -319
- regula/facesdk/webclient/gen/model/person_all_of.py +0 -206
- regula/facesdk/webclient/gen/model/person_created_response.py +0 -178
- regula/facesdk/webclient/gen/model/person_fields.py +0 -235
- regula/facesdk/webclient/gen/model/person_to_update_fields.py +0 -206
- regula/facesdk/webclient/gen/model/person_with_images.py +0 -347
- regula/facesdk/webclient/gen/model/person_with_images_all_of.py +0 -122
- regula/facesdk/webclient/gen/model/persons_page.py +0 -176
- regula/facesdk/webclient/gen/model/persons_page_all_of.py +0 -120
- regula/facesdk/webclient/gen/model/persons_request.py +0 -291
- regula/facesdk/webclient/gen/model/persons_request_all_of.py +0 -150
- regula/facesdk/webclient/gen/model/process_param.py +0 -226
- regula/facesdk/webclient/gen/model/process_param_attributes.py +0 -120
- regula/facesdk/webclient/gen/model/quality_config.py +0 -154
- regula/facesdk/webclient/gen/model/quality_config_list.py +0 -92
- regula/facesdk/webclient/gen/model/quality_detail.py +0 -234
- regula/facesdk/webclient/gen/model/quality_details_groups.py +0 -202
- regula/facesdk/webclient/gen/model/quality_request.py +0 -146
- regula/facesdk/webclient/gen/model/recognize_image.py +0 -374
- regula/facesdk/webclient/gen/model/recognize_image_all_of.py +0 -150
- regula/facesdk/webclient/gen/model/resize_options.py +0 -178
- regula/facesdk/webclient/gen/model/rgb.py +0 -92
- regula/facesdk/webclient/gen/model/search_bad_params.py +0 -172
- regula/facesdk/webclient/gen/model/search_detection.py +0 -398
- regula/facesdk/webclient/gen/model/search_parameters.py +0 -174
- regula/facesdk/webclient/gen/model/search_parameters_create_person.py +0 -177
- regula/facesdk/webclient/gen/model/search_person.py +0 -373
- regula/facesdk/webclient/gen/model/search_person_all_of.py +0 -148
- regula/facesdk/webclient/gen/model/search_request.py +0 -394
- regula/facesdk/webclient/gen/model/search_request_all_of.py +0 -150
- regula/facesdk/webclient/gen/model/search_result.py +0 -150
- regula/facesdk/webclient/gen/model/search_result_all_of.py +0 -122
- regula/facesdk/webclient/gen/model/transaction_config.py +0 -92
- regula/facesdk/webclient/gen/model/transaction_info.py +0 -344
- regula/facesdk/webclient/gen/model/update_group.py +0 -150
- regula/facesdk/webclient/gen/model_utils.py +0 -2037
- regula_facesdk_webclient-7.2.388.dev0.dist-info/RECORD +0 -138
- {regula_facesdk_webclient-7.2.388.dev0.dist-info → regula_facesdk_webclient-8.1.433.dev0.dist-info}/top_level.txt +0 -0
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
# coding: utf-8
|
|
2
|
-
|
|
3
|
-
"""
|
|
4
|
-
Regula Face SDK Web API
|
|
5
|
-
|
|
6
|
-
<a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501
|
|
7
|
-
|
|
8
|
-
The version of the OpenAPI document: 7.2.0
|
|
9
|
-
Generated by: https://openapi-generator.tech
|
|
10
|
-
"""
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
import pprint
|
|
14
|
-
import re # noqa: F401
|
|
15
|
-
|
|
16
|
-
import six
|
|
17
|
-
|
|
18
|
-
from regula.facesdk.webclient.gen.configuration import Configuration
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
class FilterOp(object):
|
|
22
|
-
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
23
|
-
Ref: https://openapi-generator.tech
|
|
24
|
-
|
|
25
|
-
Do not edit the class manually.
|
|
26
|
-
"""
|
|
27
|
-
|
|
28
|
-
""
|
|
29
|
-
IN = "in"
|
|
30
|
-
|
|
31
|
-
""
|
|
32
|
-
NOT_IN = "nin"
|
|
33
|
-
|
|
34
|
-
allowable_values = [IN, NOT_IN] # noqa: E501
|
|
35
|
-
|
|
36
|
-
"""
|
|
37
|
-
Attributes:
|
|
38
|
-
openapi_types (dict): The key is attribute name
|
|
39
|
-
and the value is attribute type.
|
|
40
|
-
attribute_map (dict): The key is attribute name
|
|
41
|
-
and the value is json key in definition.
|
|
42
|
-
"""
|
|
43
|
-
openapi_types = {
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
attribute_map = {
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
def __init__(self, local_vars_configuration=None): # noqa: E501
|
|
50
|
-
"""FilterOp - a model defined in OpenAPI""" # noqa: E501
|
|
51
|
-
if local_vars_configuration is None:
|
|
52
|
-
local_vars_configuration = Configuration()
|
|
53
|
-
self.local_vars_configuration = local_vars_configuration
|
|
54
|
-
self.discriminator = None
|
|
55
|
-
|
|
56
|
-
def to_dict(self):
|
|
57
|
-
"""Returns the model properties as a dict"""
|
|
58
|
-
result = {}
|
|
59
|
-
|
|
60
|
-
for attr, _ in six.iteritems(self.openapi_types):
|
|
61
|
-
value = getattr(self, attr)
|
|
62
|
-
if isinstance(value, list):
|
|
63
|
-
result[attr] = list(map(
|
|
64
|
-
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
65
|
-
value
|
|
66
|
-
))
|
|
67
|
-
elif hasattr(value, "to_dict"):
|
|
68
|
-
result[attr] = value.to_dict()
|
|
69
|
-
elif isinstance(value, dict):
|
|
70
|
-
result[attr] = dict(map(
|
|
71
|
-
lambda item: (item[0], item[1].to_dict())
|
|
72
|
-
if hasattr(item[1], "to_dict") else item,
|
|
73
|
-
value.items()
|
|
74
|
-
))
|
|
75
|
-
else:
|
|
76
|
-
result[attr] = value
|
|
77
|
-
|
|
78
|
-
return result
|
|
79
|
-
|
|
80
|
-
def to_str(self):
|
|
81
|
-
"""Returns the string representation of the model"""
|
|
82
|
-
return pprint.pformat(self.to_dict())
|
|
83
|
-
|
|
84
|
-
def __repr__(self):
|
|
85
|
-
"""For `print` and `pprint`"""
|
|
86
|
-
return self.to_str()
|
|
87
|
-
|
|
88
|
-
def __eq__(self, other):
|
|
89
|
-
"""Returns true if both objects are equal"""
|
|
90
|
-
if not isinstance(other, FilterOp):
|
|
91
|
-
return False
|
|
92
|
-
|
|
93
|
-
return self.to_dict() == other.to_dict()
|
|
94
|
-
|
|
95
|
-
def __ne__(self, other):
|
|
96
|
-
"""Returns true if both objects are not equal"""
|
|
97
|
-
if not isinstance(other, FilterOp):
|
|
98
|
-
return True
|
|
99
|
-
|
|
100
|
-
return self.to_dict() != other.to_dict()
|
|
@@ -1,176 +0,0 @@
|
|
|
1
|
-
# coding: utf-8
|
|
2
|
-
|
|
3
|
-
"""
|
|
4
|
-
Regula Face SDK Web API
|
|
5
|
-
|
|
6
|
-
<a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501
|
|
7
|
-
|
|
8
|
-
The version of the OpenAPI document: 7.2.0
|
|
9
|
-
Generated by: https://openapi-generator.tech
|
|
10
|
-
"""
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
import pprint
|
|
14
|
-
import re # noqa: F401
|
|
15
|
-
|
|
16
|
-
import six
|
|
17
|
-
|
|
18
|
-
from regula.facesdk.webclient.gen.configuration import Configuration
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
class FilterSearchRequest(object):
|
|
22
|
-
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
23
|
-
Ref: https://openapi-generator.tech
|
|
24
|
-
|
|
25
|
-
Do not edit the class manually.
|
|
26
|
-
"""
|
|
27
|
-
|
|
28
|
-
"""
|
|
29
|
-
Attributes:
|
|
30
|
-
openapi_types (dict): The key is attribute name
|
|
31
|
-
and the value is attribute type.
|
|
32
|
-
attribute_map (dict): The key is attribute name
|
|
33
|
-
and the value is json key in definition.
|
|
34
|
-
"""
|
|
35
|
-
openapi_types = {
|
|
36
|
-
'op': 'FilterOp',
|
|
37
|
-
'field': 'str',
|
|
38
|
-
'value': '[str]',
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
attribute_map = {
|
|
42
|
-
'op': 'op',
|
|
43
|
-
'field': 'field',
|
|
44
|
-
'value': 'value',
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
def __init__(self, op=None, field=None, value=None, local_vars_configuration=None): # noqa: E501
|
|
48
|
-
"""FilterSearchRequest - a model defined in OpenAPI""" # noqa: E501
|
|
49
|
-
if local_vars_configuration is None:
|
|
50
|
-
local_vars_configuration = Configuration()
|
|
51
|
-
self.local_vars_configuration = local_vars_configuration
|
|
52
|
-
|
|
53
|
-
self._op = None
|
|
54
|
-
self._field = None
|
|
55
|
-
self._value = None
|
|
56
|
-
self.discriminator = None
|
|
57
|
-
|
|
58
|
-
if op is not None:
|
|
59
|
-
self.op = op
|
|
60
|
-
if field is not None:
|
|
61
|
-
self.field = field
|
|
62
|
-
if value is not None:
|
|
63
|
-
self.value = value
|
|
64
|
-
|
|
65
|
-
@property
|
|
66
|
-
def op(self):
|
|
67
|
-
"""Gets the op of this FilterSearchRequest. # noqa: E501
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
:return: The op of this FilterSearchRequest. # noqa: E501
|
|
71
|
-
:rtype: FilterOp
|
|
72
|
-
"""
|
|
73
|
-
return self._op
|
|
74
|
-
|
|
75
|
-
@op.setter
|
|
76
|
-
def op(self, op):
|
|
77
|
-
"""Sets the op of this FilterSearchRequest.
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
:param op: The op of this FilterSearchRequest. # noqa: E501
|
|
81
|
-
:type op: FilterOp
|
|
82
|
-
"""
|
|
83
|
-
|
|
84
|
-
self._op = op
|
|
85
|
-
|
|
86
|
-
@property
|
|
87
|
-
def field(self):
|
|
88
|
-
"""Gets the field of this FilterSearchRequest. # noqa: E501
|
|
89
|
-
|
|
90
|
-
`name` of the Person. # noqa: E501
|
|
91
|
-
|
|
92
|
-
:return: The field of this FilterSearchRequest. # noqa: E501
|
|
93
|
-
:rtype: str
|
|
94
|
-
"""
|
|
95
|
-
return self._field
|
|
96
|
-
|
|
97
|
-
@field.setter
|
|
98
|
-
def field(self, field):
|
|
99
|
-
"""Sets the field of this FilterSearchRequest.
|
|
100
|
-
|
|
101
|
-
`name` of the Person. # noqa: E501
|
|
102
|
-
|
|
103
|
-
:param field: The field of this FilterSearchRequest. # noqa: E501
|
|
104
|
-
:type field: str
|
|
105
|
-
"""
|
|
106
|
-
|
|
107
|
-
self._field = field
|
|
108
|
-
|
|
109
|
-
@property
|
|
110
|
-
def value(self):
|
|
111
|
-
"""Gets the value of this FilterSearchRequest. # noqa: E501
|
|
112
|
-
|
|
113
|
-
The list of `name` values against which the `field` is compared. # noqa: E501
|
|
114
|
-
|
|
115
|
-
:return: The value of this FilterSearchRequest. # noqa: E501
|
|
116
|
-
:rtype: [str]
|
|
117
|
-
"""
|
|
118
|
-
return self._value
|
|
119
|
-
|
|
120
|
-
@value.setter
|
|
121
|
-
def value(self, value):
|
|
122
|
-
"""Sets the value of this FilterSearchRequest.
|
|
123
|
-
|
|
124
|
-
The list of `name` values against which the `field` is compared. # noqa: E501
|
|
125
|
-
|
|
126
|
-
:param value: The value of this FilterSearchRequest. # noqa: E501
|
|
127
|
-
:type value: [str]
|
|
128
|
-
"""
|
|
129
|
-
|
|
130
|
-
self._value = value
|
|
131
|
-
|
|
132
|
-
def to_dict(self):
|
|
133
|
-
"""Returns the model properties as a dict"""
|
|
134
|
-
result = {}
|
|
135
|
-
|
|
136
|
-
for attr, _ in six.iteritems(self.openapi_types):
|
|
137
|
-
value = getattr(self, attr)
|
|
138
|
-
if isinstance(value, list):
|
|
139
|
-
result[attr] = list(map(
|
|
140
|
-
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
141
|
-
value
|
|
142
|
-
))
|
|
143
|
-
elif hasattr(value, "to_dict"):
|
|
144
|
-
result[attr] = value.to_dict()
|
|
145
|
-
elif isinstance(value, dict):
|
|
146
|
-
result[attr] = dict(map(
|
|
147
|
-
lambda item: (item[0], item[1].to_dict())
|
|
148
|
-
if hasattr(item[1], "to_dict") else item,
|
|
149
|
-
value.items()
|
|
150
|
-
))
|
|
151
|
-
else:
|
|
152
|
-
result[attr] = value
|
|
153
|
-
|
|
154
|
-
return result
|
|
155
|
-
|
|
156
|
-
def to_str(self):
|
|
157
|
-
"""Returns the string representation of the model"""
|
|
158
|
-
return pprint.pformat(self.to_dict())
|
|
159
|
-
|
|
160
|
-
def __repr__(self):
|
|
161
|
-
"""For `print` and `pprint`"""
|
|
162
|
-
return self.to_str()
|
|
163
|
-
|
|
164
|
-
def __eq__(self, other):
|
|
165
|
-
"""Returns true if both objects are equal"""
|
|
166
|
-
if not isinstance(other, FilterSearchRequest):
|
|
167
|
-
return False
|
|
168
|
-
|
|
169
|
-
return self.to_dict() == other.to_dict()
|
|
170
|
-
|
|
171
|
-
def __ne__(self, other):
|
|
172
|
-
"""Returns true if both objects are not equal"""
|
|
173
|
-
if not isinstance(other, FilterSearchRequest):
|
|
174
|
-
return True
|
|
175
|
-
|
|
176
|
-
return self.to_dict() != other.to_dict()
|
|
@@ -1,206 +0,0 @@
|
|
|
1
|
-
# coding: utf-8
|
|
2
|
-
|
|
3
|
-
"""
|
|
4
|
-
Regula Face SDK Web API
|
|
5
|
-
|
|
6
|
-
<a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501
|
|
7
|
-
|
|
8
|
-
The version of the OpenAPI document: 7.2.0
|
|
9
|
-
Generated by: https://openapi-generator.tech
|
|
10
|
-
"""
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
import pprint
|
|
14
|
-
import re # noqa: F401
|
|
15
|
-
|
|
16
|
-
import six
|
|
17
|
-
|
|
18
|
-
from regula.facesdk.webclient.gen.configuration import Configuration
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
class Group(object):
|
|
22
|
-
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
23
|
-
Ref: https://openapi-generator.tech
|
|
24
|
-
|
|
25
|
-
Do not edit the class manually.
|
|
26
|
-
"""
|
|
27
|
-
|
|
28
|
-
"""
|
|
29
|
-
Attributes:
|
|
30
|
-
openapi_types (dict): The key is attribute name
|
|
31
|
-
and the value is attribute type.
|
|
32
|
-
attribute_map (dict): The key is attribute name
|
|
33
|
-
and the value is json key in definition.
|
|
34
|
-
"""
|
|
35
|
-
openapi_types = {
|
|
36
|
-
'name': 'str',
|
|
37
|
-
'metadata': '{str: (bool, date, datetime, dict, float, int, list, str, none_type)}',
|
|
38
|
-
'id': 'str',
|
|
39
|
-
'created_at': 'str',
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
attribute_map = {
|
|
43
|
-
'name': 'name',
|
|
44
|
-
'metadata': 'metadata',
|
|
45
|
-
'id': 'id',
|
|
46
|
-
'created_at': 'createdAt',
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
def __init__(self, name=None, metadata=None, id=None, created_at=None, local_vars_configuration=None): # noqa: E501
|
|
50
|
-
"""Group - a model defined in OpenAPI""" # noqa: E501
|
|
51
|
-
if local_vars_configuration is None:
|
|
52
|
-
local_vars_configuration = Configuration()
|
|
53
|
-
self.local_vars_configuration = local_vars_configuration
|
|
54
|
-
|
|
55
|
-
self._name = None
|
|
56
|
-
self._metadata = None
|
|
57
|
-
self._id = None
|
|
58
|
-
self._created_at = None
|
|
59
|
-
self.discriminator = None
|
|
60
|
-
|
|
61
|
-
if name is not None:
|
|
62
|
-
self.name = name
|
|
63
|
-
if metadata is not None:
|
|
64
|
-
self.metadata = metadata
|
|
65
|
-
if id is not None:
|
|
66
|
-
self.id = id
|
|
67
|
-
if created_at is not None:
|
|
68
|
-
self.created_at = created_at
|
|
69
|
-
|
|
70
|
-
@property
|
|
71
|
-
def name(self):
|
|
72
|
-
"""Gets the name of this Group. # noqa: E501
|
|
73
|
-
|
|
74
|
-
Group to create name. # noqa: E501
|
|
75
|
-
|
|
76
|
-
:return: The name of this Group. # noqa: E501
|
|
77
|
-
:rtype: str
|
|
78
|
-
"""
|
|
79
|
-
return self._name
|
|
80
|
-
|
|
81
|
-
@name.setter
|
|
82
|
-
def name(self, name):
|
|
83
|
-
"""Sets the name of this Group.
|
|
84
|
-
|
|
85
|
-
Group to create name. # noqa: E501
|
|
86
|
-
|
|
87
|
-
:param name: The name of this Group. # noqa: E501
|
|
88
|
-
:type name: str
|
|
89
|
-
"""
|
|
90
|
-
|
|
91
|
-
self._name = name
|
|
92
|
-
|
|
93
|
-
@property
|
|
94
|
-
def metadata(self):
|
|
95
|
-
"""Gets the metadata of this Group. # noqa: E501
|
|
96
|
-
|
|
97
|
-
A free-form object containing group's extended attributes. # noqa: E501
|
|
98
|
-
|
|
99
|
-
:return: The metadata of this Group. # noqa: E501
|
|
100
|
-
:rtype: {str: (bool, date, datetime, dict, float, int, list, str, none_type)}
|
|
101
|
-
"""
|
|
102
|
-
return self._metadata
|
|
103
|
-
|
|
104
|
-
@metadata.setter
|
|
105
|
-
def metadata(self, metadata):
|
|
106
|
-
"""Sets the metadata of this Group.
|
|
107
|
-
|
|
108
|
-
A free-form object containing group's extended attributes. # noqa: E501
|
|
109
|
-
|
|
110
|
-
:param metadata: The metadata of this Group. # noqa: E501
|
|
111
|
-
:type metadata: {str: (bool, date, datetime, dict, float, int, list, str, none_type)}
|
|
112
|
-
"""
|
|
113
|
-
|
|
114
|
-
self._metadata = metadata
|
|
115
|
-
|
|
116
|
-
@property
|
|
117
|
-
def id(self):
|
|
118
|
-
"""Gets the id of this Group. # noqa: E501
|
|
119
|
-
|
|
120
|
-
Group ID. # noqa: E501
|
|
121
|
-
|
|
122
|
-
:return: The id of this Group. # noqa: E501
|
|
123
|
-
:rtype: str
|
|
124
|
-
"""
|
|
125
|
-
return self._id
|
|
126
|
-
|
|
127
|
-
@id.setter
|
|
128
|
-
def id(self, id):
|
|
129
|
-
"""Sets the id of this Group.
|
|
130
|
-
|
|
131
|
-
Group ID. # noqa: E501
|
|
132
|
-
|
|
133
|
-
:param id: The id of this Group. # noqa: E501
|
|
134
|
-
:type id: str
|
|
135
|
-
"""
|
|
136
|
-
|
|
137
|
-
self._id = id
|
|
138
|
-
|
|
139
|
-
@property
|
|
140
|
-
def created_at(self):
|
|
141
|
-
"""Gets the created_at of this Group. # noqa: E501
|
|
142
|
-
|
|
143
|
-
Group creation date. # noqa: E501
|
|
144
|
-
|
|
145
|
-
:return: The created_at of this Group. # noqa: E501
|
|
146
|
-
:rtype: str
|
|
147
|
-
"""
|
|
148
|
-
return self._created_at
|
|
149
|
-
|
|
150
|
-
@created_at.setter
|
|
151
|
-
def created_at(self, created_at):
|
|
152
|
-
"""Sets the created_at of this Group.
|
|
153
|
-
|
|
154
|
-
Group creation date. # noqa: E501
|
|
155
|
-
|
|
156
|
-
:param created_at: The created_at of this Group. # noqa: E501
|
|
157
|
-
:type created_at: str
|
|
158
|
-
"""
|
|
159
|
-
|
|
160
|
-
self._created_at = created_at
|
|
161
|
-
|
|
162
|
-
def to_dict(self):
|
|
163
|
-
"""Returns the model properties as a dict"""
|
|
164
|
-
result = {}
|
|
165
|
-
|
|
166
|
-
for attr, _ in six.iteritems(self.openapi_types):
|
|
167
|
-
value = getattr(self, attr)
|
|
168
|
-
if isinstance(value, list):
|
|
169
|
-
result[attr] = list(map(
|
|
170
|
-
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
171
|
-
value
|
|
172
|
-
))
|
|
173
|
-
elif hasattr(value, "to_dict"):
|
|
174
|
-
result[attr] = value.to_dict()
|
|
175
|
-
elif isinstance(value, dict):
|
|
176
|
-
result[attr] = dict(map(
|
|
177
|
-
lambda item: (item[0], item[1].to_dict())
|
|
178
|
-
if hasattr(item[1], "to_dict") else item,
|
|
179
|
-
value.items()
|
|
180
|
-
))
|
|
181
|
-
else:
|
|
182
|
-
result[attr] = value
|
|
183
|
-
|
|
184
|
-
return result
|
|
185
|
-
|
|
186
|
-
def to_str(self):
|
|
187
|
-
"""Returns the string representation of the model"""
|
|
188
|
-
return pprint.pformat(self.to_dict())
|
|
189
|
-
|
|
190
|
-
def __repr__(self):
|
|
191
|
-
"""For `print` and `pprint`"""
|
|
192
|
-
return self.to_str()
|
|
193
|
-
|
|
194
|
-
def __eq__(self, other):
|
|
195
|
-
"""Returns true if both objects are equal"""
|
|
196
|
-
if not isinstance(other, Group):
|
|
197
|
-
return False
|
|
198
|
-
|
|
199
|
-
return self.to_dict() == other.to_dict()
|
|
200
|
-
|
|
201
|
-
def __ne__(self, other):
|
|
202
|
-
"""Returns true if both objects are not equal"""
|
|
203
|
-
if not isinstance(other, Group):
|
|
204
|
-
return True
|
|
205
|
-
|
|
206
|
-
return self.to_dict() != other.to_dict()
|
|
@@ -1,150 +0,0 @@
|
|
|
1
|
-
# coding: utf-8
|
|
2
|
-
|
|
3
|
-
"""
|
|
4
|
-
Regula Face SDK Web API
|
|
5
|
-
|
|
6
|
-
<a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501
|
|
7
|
-
|
|
8
|
-
The version of the OpenAPI document: 7.2.0
|
|
9
|
-
Generated by: https://openapi-generator.tech
|
|
10
|
-
"""
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
import pprint
|
|
14
|
-
import re # noqa: F401
|
|
15
|
-
|
|
16
|
-
import six
|
|
17
|
-
|
|
18
|
-
from regula.facesdk.webclient.gen.configuration import Configuration
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
class GroupAllOf(object):
|
|
22
|
-
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
23
|
-
Ref: https://openapi-generator.tech
|
|
24
|
-
|
|
25
|
-
Do not edit the class manually.
|
|
26
|
-
"""
|
|
27
|
-
|
|
28
|
-
"""
|
|
29
|
-
Attributes:
|
|
30
|
-
openapi_types (dict): The key is attribute name
|
|
31
|
-
and the value is attribute type.
|
|
32
|
-
attribute_map (dict): The key is attribute name
|
|
33
|
-
and the value is json key in definition.
|
|
34
|
-
"""
|
|
35
|
-
openapi_types = {
|
|
36
|
-
'id': 'str',
|
|
37
|
-
'created_at': 'str',
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
attribute_map = {
|
|
41
|
-
'id': 'id',
|
|
42
|
-
'created_at': 'createdAt',
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
def __init__(self, id=None, created_at=None, local_vars_configuration=None): # noqa: E501
|
|
46
|
-
"""GroupAllOf - a model defined in OpenAPI""" # noqa: E501
|
|
47
|
-
if local_vars_configuration is None:
|
|
48
|
-
local_vars_configuration = Configuration()
|
|
49
|
-
self.local_vars_configuration = local_vars_configuration
|
|
50
|
-
|
|
51
|
-
self._id = None
|
|
52
|
-
self._created_at = None
|
|
53
|
-
self.discriminator = None
|
|
54
|
-
|
|
55
|
-
if id is not None:
|
|
56
|
-
self.id = id
|
|
57
|
-
if created_at is not None:
|
|
58
|
-
self.created_at = created_at
|
|
59
|
-
|
|
60
|
-
@property
|
|
61
|
-
def id(self):
|
|
62
|
-
"""Gets the id of this GroupAllOf. # noqa: E501
|
|
63
|
-
|
|
64
|
-
Group ID. # noqa: E501
|
|
65
|
-
|
|
66
|
-
:return: The id of this GroupAllOf. # noqa: E501
|
|
67
|
-
:rtype: str
|
|
68
|
-
"""
|
|
69
|
-
return self._id
|
|
70
|
-
|
|
71
|
-
@id.setter
|
|
72
|
-
def id(self, id):
|
|
73
|
-
"""Sets the id of this GroupAllOf.
|
|
74
|
-
|
|
75
|
-
Group ID. # noqa: E501
|
|
76
|
-
|
|
77
|
-
:param id: The id of this GroupAllOf. # noqa: E501
|
|
78
|
-
:type id: str
|
|
79
|
-
"""
|
|
80
|
-
|
|
81
|
-
self._id = id
|
|
82
|
-
|
|
83
|
-
@property
|
|
84
|
-
def created_at(self):
|
|
85
|
-
"""Gets the created_at of this GroupAllOf. # noqa: E501
|
|
86
|
-
|
|
87
|
-
Group creation date. # noqa: E501
|
|
88
|
-
|
|
89
|
-
:return: The created_at of this GroupAllOf. # noqa: E501
|
|
90
|
-
:rtype: str
|
|
91
|
-
"""
|
|
92
|
-
return self._created_at
|
|
93
|
-
|
|
94
|
-
@created_at.setter
|
|
95
|
-
def created_at(self, created_at):
|
|
96
|
-
"""Sets the created_at of this GroupAllOf.
|
|
97
|
-
|
|
98
|
-
Group creation date. # noqa: E501
|
|
99
|
-
|
|
100
|
-
:param created_at: The created_at of this GroupAllOf. # noqa: E501
|
|
101
|
-
:type created_at: str
|
|
102
|
-
"""
|
|
103
|
-
|
|
104
|
-
self._created_at = created_at
|
|
105
|
-
|
|
106
|
-
def to_dict(self):
|
|
107
|
-
"""Returns the model properties as a dict"""
|
|
108
|
-
result = {}
|
|
109
|
-
|
|
110
|
-
for attr, _ in six.iteritems(self.openapi_types):
|
|
111
|
-
value = getattr(self, attr)
|
|
112
|
-
if isinstance(value, list):
|
|
113
|
-
result[attr] = list(map(
|
|
114
|
-
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
115
|
-
value
|
|
116
|
-
))
|
|
117
|
-
elif hasattr(value, "to_dict"):
|
|
118
|
-
result[attr] = value.to_dict()
|
|
119
|
-
elif isinstance(value, dict):
|
|
120
|
-
result[attr] = dict(map(
|
|
121
|
-
lambda item: (item[0], item[1].to_dict())
|
|
122
|
-
if hasattr(item[1], "to_dict") else item,
|
|
123
|
-
value.items()
|
|
124
|
-
))
|
|
125
|
-
else:
|
|
126
|
-
result[attr] = value
|
|
127
|
-
|
|
128
|
-
return result
|
|
129
|
-
|
|
130
|
-
def to_str(self):
|
|
131
|
-
"""Returns the string representation of the model"""
|
|
132
|
-
return pprint.pformat(self.to_dict())
|
|
133
|
-
|
|
134
|
-
def __repr__(self):
|
|
135
|
-
"""For `print` and `pprint`"""
|
|
136
|
-
return self.to_str()
|
|
137
|
-
|
|
138
|
-
def __eq__(self, other):
|
|
139
|
-
"""Returns true if both objects are equal"""
|
|
140
|
-
if not isinstance(other, GroupAllOf):
|
|
141
|
-
return False
|
|
142
|
-
|
|
143
|
-
return self.to_dict() == other.to_dict()
|
|
144
|
-
|
|
145
|
-
def __ne__(self, other):
|
|
146
|
-
"""Returns true if both objects are not equal"""
|
|
147
|
-
if not isinstance(other, GroupAllOf):
|
|
148
|
-
return True
|
|
149
|
-
|
|
150
|
-
return self.to_dict() != other.to_dict()
|