pub type IpBlacklistEntry = Entity<IpBlacklistEntrySpec>;

Aliased Type§

struct IpBlacklistEntry {
    pub meta: EntityMeta,
    pub spec: IpBlacklistEntrySpec,
    pub children: Option<Vec<Value>>,
}

Fields§

§meta: EntityMeta

Common entity metadata.

§spec: IpBlacklistEntrySpec

Specification of the entity.

§children: Option<Vec<Value>>

Inline child entity specs.