Module Values.ProtectedJobReceiverConfigurationSource

The protected job receiver configuration.

Sourcetype nonrec t = {
  1. analysisType : ProtectedJobAnalysisType.t option;
    (*

    The analysis type for the protected job receiver configuration.

    *)
  2. configurationDetails : ProtectedJobConfigurationDetails.t option;
    (*

    The configuration details for the protected job receiver.

    *)
}
Sourceval make : ?analysisType:??? -> ?configurationDetails:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Structure of (string * [> `List of [> `String of AccountId.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