Module Values.PossibleRemediationActionsSource

A list of possible remediation action lists. Each individual possible remediation action is a list of individual remediation actions.

Sourcetype nonrec t = {
  1. description : LengthBoundedString.t option;
    (*

    A description of the possible remediation actions list.

    *)
  2. actions : PossibleRemediationActionList.t option;
    (*

    Information about the actions.

    *)
}
Sourceval make : ?description:??? -> ?actions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `Integer of BasicInteger.t | `Structure of (string * [> `String of LengthBoundedString.t | `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `Enum of string | `Integer of IntegerObjectMinimum0.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Enum of string | `String of LengthBoundedString.t | `Structure of (string * [> `Integer of IntegerObject.t ]) list ]) list ]) list ] list | `String of LengthBoundedString.t | `Structure of (string * [> `String of ResourceId.t ]) list ]) list ]) list ]) list ] list | `String of LengthBoundedString.t ]) list ] list | `String of LengthBoundedString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t