//! Generic foreign-key (`GenericObjectRequest`) fields, derived from the
//! NetBox OpenAPI schema. Auto-generated by `scripts/generate.sh` - do not edit.
/// `(app_label.model, field)` pairs whose write payload is a NetBox
/// `GenericObjectRequest` (or array of them), and must therefore be encoded as
/// `{ "object_type": ..., "object_id": ... }` rather than a bare id.
pub const GENERIC_FK_FIELDS: & = &;
/// Returns `true` if `field` on `model` (keyed as `app_label.model`, e.g.
/// `"dcim.cable"`) is a generic foreign key whose value must be wrapped.