Name | Type | Description | Notes |
---|---|---|---|
identifier | str | Unique identifier (textual or numeric) of resources | [optional] |
status_code | int | The status code expecting when actually perform the operation. Some values are - 200: updated (ok) - 201: created - 204: deleted (no content) - 304: unchanged (not modified) - 400: problem (bad request) - 404: not found - 409: duplicated (conflict) - 422: unprocessable | [optional] |
error_message | str, none_type | The error message expecting when actually perform the operation. | [optional] |
identified_by | AssetIdentifyBy | [optional] | |
before | Asset | [optional] | |
after | Asset | [optional] | |
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] |