AppV1

Type Alias AppV1 

Source
pub type AppV1 = Entity<AppV1Spec, AnyEntity>;

Aliased Type§

pub struct AppV1 {
    pub meta: EntityMeta,
    pub spec: AppV1Spec,
    pub children: Option<Vec<AnyEntity>>,
}

Fields§

§meta: EntityMeta

Common entity metadata.

§spec: AppV1Spec

Specification of the entity.

§children: Option<Vec<AnyEntity>>

Inline child entity specs.