pub type AppV1 = Entity<AppV1Spec, AnyEntity>;Aliased Type§
pub struct AppV1 {
pub meta: EntityMeta,
pub spec: AppV1Spec,
pub children: Option<Vec<AnyEntity>>,
}Fields§
§meta: EntityMetaCommon entity metadata.
spec: AppV1SpecSpecification of the entity.
children: Option<Vec<AnyEntity>>Inline child entity specs.