| Name | Type | Description | Notes |
|---|---|---|---|
| method | str | The HTTP method for the operation. | |
| domain | str | The domain for the operation. | |
| path | str | The path for the operation, which may include path parameters. | |
| id | str | The unique identifier of the operation. | [readonly] |
| updated_at | datetime | The timestamp when the operation was last updated. | [readonly] |
| description | str | A description of what the operation does. | [optional] |
| tag_ids | [str] | An array of operation tag IDs associated with this operation. | [optional] |
| created_at | datetime | The timestamp when the operation was created. | [optional] [readonly] |
| last_seen_at | datetime | The timestamp when the operation was last seen in traffic. | [optional] [readonly] |
| 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] |