generated from Luis/nextjs-python-web-template
draft emulating flag
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
# Resolution
|
||||
|
||||
## Properties
|
||||
|
||||
| Name | Type | Description | Notes |
|
||||
| ------------------ | ------------ | ----------- | ----- |
|
||||
| **requester_name** | **str** | |
|
||||
| **requester_did** | **str** | |
|
||||
| **resolved_did** | **str** | |
|
||||
| **other** | **object** | |
|
||||
| **timestamp** | **datetime** | |
|
||||
| **id** | **int** | |
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**requester_name** | **str** | |
|
||||
**requester_did** | **str** | |
|
||||
**resolved_did** | **str** | |
|
||||
**other** | **object** | |
|
||||
**timestamp** | **datetime** | |
|
||||
**id** | **int** | |
|
||||
|
||||
## Example
|
||||
|
||||
@@ -28,5 +28,6 @@ resolution_dict = resolution_instance.to_dict()
|
||||
# create an instance of Resolution from a dict
|
||||
resolution_form_dict = resolution.from_dict(resolution_dict)
|
||||
```
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user