Values.DetectorAdditionalConfigurationResultSourceInformation about the additional configuration.
type nonrec t = {name : FeatureAdditionalConfiguration.t option;Name of the additional configuration.
*)status : FeatureStatus.t option;Status of the additional configuration.
*)updatedAt : Timestamp.t option;The timestamp at which the additional configuration was last updated. This is in UTC format.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Timestamp of Timestamp.t ]) list ]