Values.ActionMetadataSourceContains metadata about the quantum task action, including the action type and program statistics.
type nonrec t = {actionType : String_.t option;The type of action associated with the quantum task.
*)programCount : Long.t option;The number of programs in a program set. This is only available for a program set.
*)executableCount : Long.t option;The number of executables in a program set. This is only available for a program set.
*)}