Module Values.AutomatedReasoningPolicyBuildStepContextSource

Provides context about what type of operation was being performed during a build step.

Sourcetype nonrec t = {
  1. planning : AutomatedReasoningPolicyPlanning.t option;
    (*

    Indicates that this build step was part of the planning phase, where the system determines what operations to perform.

    *)
  2. mutation : AutomatedReasoningPolicyMutation.t option;
    (*

    Indicates that this build step involved modifying the policy structure, such as adding or updating rules, variables, or types.

    *)
}
Sourceval make : ?planning:??? -> ?mutation:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `String of AutomatedReasoningPolicyDefinitionTypeName.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of AutomatedReasoningPolicyDefinitionTypeValueName.t ]) list ] list | `String of AutomatedReasoningPolicyDefinitionTypeName.t ]) list ]) list ]) list ]) 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