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