module Artifact: sig
.. end
type
t = {
}
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val _ : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val _ : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val create : ?description:Sarif.Message.t ->
?location:Sarif.ArtifactLocation.t ->
?parentIndex:int ->
?offset:int ->
?length:int ->
?roles:Sarif.Role.t list ->
?mimeType:string ->
?contents:Sarif.ArtifactContent.t ->
?encoding:string ->
?sourceLanguage:string ->
?hashes:Sarif.JsonStringDictionary.t ->
?lastModifiedTimeUtc:string ->
?properties:Sarif.Properties.t -> unit -> t