generated from Luis/nextjs-python-web-template
Added usage field to service
This commit is contained in:
28
pkgs/clan-cli/tests/openapi_client/docs/ServiceUsage.md
Normal file
28
pkgs/clan-cli/tests/openapi_client/docs/ServiceUsage.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# ServiceUsage
|
||||
|
||||
## Properties
|
||||
|
||||
| Name | Type | Description | Notes |
|
||||
| ----------------------- | ------- | ----------- | ----- |
|
||||
| **times_consumed** | **int** | |
|
||||
| **consumer_entity_did** | **str** | |
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from openapi_client.models.service_usage import ServiceUsage
|
||||
|
||||
# TODO update the JSON string below
|
||||
json = "{}"
|
||||
# create an instance of ServiceUsage from a JSON string
|
||||
service_usage_instance = ServiceUsage.from_json(json)
|
||||
# print the JSON string representation of the object
|
||||
print ServiceUsage.to_json()
|
||||
|
||||
# convert the object into a dict
|
||||
service_usage_dict = service_usage_instance.to_dict()
|
||||
# create an instance of ServiceUsage from a dict
|
||||
service_usage_form_dict = service_usage.from_dict(service_usage_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