Docs.rs
netbox-openapi-0.3.3
netbox-openapi 0.3.3
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
hellerve
Dependencies
reqwest ^0.12
normal
serde ^1.0
normal
serde_derive ^1.0
normal
serde_json ^1.0
normal
serde_with ^2.0
normal
url ^2.2
normal
uuid ^1.0
normal
Versions
24.02%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module notification
netbox_
openapi
0.3.3
Module notification
Module Items
Structs
Enums
In netbox_
openapi::
models
netbox_openapi
::
models
Module
notification
Copy item path
Source
Structs
§
Notification
Notification : Extends the built-in ModelSerializer to enforce calling full_clean() on a copy of the associated instance during validation. (DRF does not do this by default; see
https://github.com/encode/django-rest-framework/issues/3144
)
Enums
§
Event
Type
object_created
- Object created *
object_updated
- Object updated *
object_deleted
- Object deleted *
job_started
- Job started *
job_completed
- Job completed *
job_failed
- Job failed *
job_errored
- Job errored