Values.SimulationAppMetadataSourceA collection of metadata about the app.
type nonrec t = {domain : SimSpaceWeaverResourceName.t option;The domain of the app. For more information about domains, see Key concepts: Domains in the SimSpace Weaver User Guide.
*)name : SimSpaceWeaverLongResourceName.t option;The name of the app.
*)simulation : SimSpaceWeaverResourceName.t option;The name of the simulation of the app.
*)status : SimulationAppStatus.t option;The current status of the app.
*)targetStatus : SimulationAppTargetStatus.t option;The desired status of the app.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of SimSpaceWeaverResourceName.t ])
list ]