Module Values_1.FindMatchesTaskRunPropertiesSource

Specifies configuration properties for a Find Matches task run.

Sourcetype nonrec t = {
  1. jobId : Values_0.HashString.t option;
    (*

    The job ID for the Find Matches task run.

    *)
  2. jobName : Values_0.NameString.t option;
    (*

    The name assigned to the job for the Find Matches task run.

    *)
  3. jobRunId : Values_0.HashString.t option;
    (*

    The job run ID for the Find Matches task run.

    *)
}
Sourceval make : ?jobId:??? -> ?jobName:??? -> ?jobRunId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.HashString.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