Module Values.InlineSettingsSource

Sourcetype nonrec t = InlineSetting.t list
Sourceval make : 'a list -> 'a list
Sourceval of_string : 'a -> 'b
Sourceval to_value : InlineSetting.t list -> [> `List of [> `Structure of (string * [> `Integer of InlineSettingPriorityInteger.t | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of RunSettingId.t | `Structure of 'a list ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> InlineSetting.t list
Sourceval of_json : [> Yojson.Safe.t ] -> InlineSetting.t list
Sourceval to_json : InlineSetting.t list -> Yojson.Safe.t