sig
type t = {
description : Sarif.Message.t;
id : string;
guid : string;
correlationGuid : string;
properties : Sarif.Properties.t;
}
val to_yojson : Sarif.RunAutomationDetails.t -> Yojson.Safe.t
val of_yojson :
Yojson.Safe.t ->
Sarif.RunAutomationDetails.t Ppx_deriving_yojson_runtime.error_or
val _ :
Yojson.Safe.t ->
Sarif.RunAutomationDetails.t Ppx_deriving_yojson_runtime.error_or
val create :
?description:Sarif.Message.t ->
?id:string ->
?guid:string ->
?correlationGuid:string ->
?properties:Sarif.Properties.t -> unit -> Sarif.RunAutomationDetails.t
val default : Sarif.RunAutomationDetails.t
end