Module Values.AutomatedReasoningPolicyAddVariableMutationSource

A mutation operation that adds a new variable to the policy definition during the build process.

Sourcetype nonrec t = {
  1. variable : AutomatedReasoningPolicyDefinitionVariable.t option;
    (*

    The variable definition that specifies the name, type, and description for the new variable being added to the policy.

    *)
}
Sourceval make : ?variable:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of AutomatedReasoningPolicyDefinitionVariableName.t ]) 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