OpenApiDocsGenerationObjectIdModel
Overview
OpenApiDocsGenerationObjectIdModel(id, object_id)
DoesNotExist
The requested object does not exist
Source
server/vueda/core/open_api.py
MultipleObjectsReturned
The query returned multiple objects when only one was expected.
Source
server/vueda/core/open_api.py
str {#str}
Return str(self).
Signature {#str-signature}
__str__(self)
Parameters {#str-parameters}
| Name | Type | Required | Description |
|---|---|---|---|
| self | yes |
Source {#str-source}
server/vueda/core/open_api.py:425
id
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
Signature
id(unknown)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| unknown | yes |
object_id
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
Signature
object_id(unknown)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| unknown | yes |
objects
Signature
objects(unknown)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| unknown | yes |
_meta
formatted_name
Source
server/vueda/core/open_api.py:415